speedophile New User
Posts : 5 Join date : 2009-05-04
| Subject: TV Show & Movie Export Sun Jul 18, 2010 1:10 pm | |
| I would like the ability to export a list from TV shows (including missing episodes) similar to the movie list currently implemented, but would like to suggest approaching it slightly differently. Would it be possible to do this using separate template files which end users could edit, and that you then do a type of token or tag replacement? This would enable a wide variety of formats - and would not be limited to HTML only. For example, one could export to a custom CSV format, or XML, HTML, even Word documents are then possible. A CSV template could take the following form: - Code:
-
Series Name, Season, Episode, Episode Name, Plot [repeat] <-- Tag indicating repeated section [SName], [SNumber], [ENumber], [EName], [Plot] <-- You could then do a search and replace on these fields [/repeat] <-- End repeated section
For HTML: - Code:
-
<html> <head><title>Exported TV Show List</title></head> <body><table><tr> <td><b>Series Name</b></td><td><b>Season</b></td><td><b>Episode</b></td><td><b>Title</b></td><td><b>Runtime</b></td></tr> [repeat] <-- Tag to repeat this section for each show <tr><td>[SName]</td><td>[SNumber]</td><td>[ENumber]</td><td>[EName]</td><td>[RunTime]</td></tr> <tr><td colspan="2"> </td><td colspan="3">[Plot]</td></tr> [/repeat] </table><br/>This report created by Media Companion</body></html>
This sort of approach could offer so much more in terms of reporting options as people can literally create their own reports in a format that they like or can use. | |
|
Johnson75 Senior Member
Posts : 81 Join date : 2011-05-09
| Subject: Re: TV Show & Movie Export Tue Jun 07, 2011 5:59 am | |
| When I first saw Catherine swanning down the aisle in the Abbey, I thought she was very elegant and classy and classic, and my first thought was: oh, it reminds me of Princess Grace's dress! Prom Dresses 2011 | |
|
safia1230 New User
Posts : 1 Join date : 2012-01-02
| Subject: Re: TV Show & Movie Export Mon Jan 02, 2012 5:35 pm | |
| thank you brother to share with us, i was really looking for this, keep it up and appreciated | |
|
Sponsored content
| Subject: Re: TV Show & Movie Export | |
| |
|