Here is a script that will:
1) Add shows to a folder
2) Create new folders (See here for details).
3) Remove shows from a folder
4) Rename a folder
5) Duplicate the directory structure from your Tivoserver PC so that shows automatically get put into folders after they transfer to your Tivo. See here for more details.
6) List all folders and their contents
7) List orphan shows that aren't in a folder
6) Change the attributes of all shows in a particular folder, such as the Original Air Date, Actors, Title, or Episode Description.
8) Reorder shows based on original air date or showing date.
9) Reorder shows in a folder using season/episode notation. So show.S02E12.mpg appears before show.S03E09.mpg in NPL.
10) Make show titles "nice". This includes:
- If the show does not have an episode title, set the episode title equal to the show title, and then change the show title to equal the series title.
- Strip off file extensions from episode titles.
- Remove tivo formatting from tivoserver insertions - i.e. strip off braces.
- Strip off torrent formatting, so "My.Boys.S01E18.DSR.XviD-SYS.mpg" gets changed to "My Boys" Season episode info then gets added to show description.
11) Automatically match shows with folders. Can run from cron to organize shows periodically. More information here.
Here's an example of what features 9 and 10 do:
Before:
After:
Note that the episodes have been ordered according to the season/episode designation, the season/episode information has been moved to the episode description, formatting and extensions have been stripped off, and periods and underscores have been converted to spaces.
Current version is 2.9
1) Add shows to a folder
2) Create new folders (See here for details).
3) Remove shows from a folder
4) Rename a folder
5) Duplicate the directory structure from your Tivoserver PC so that shows automatically get put into folders after they transfer to your Tivo. See here for more details.
6) List all folders and their contents
7) List orphan shows that aren't in a folder
6) Change the attributes of all shows in a particular folder, such as the Original Air Date, Actors, Title, or Episode Description.
8) Reorder shows based on original air date or showing date.
9) Reorder shows in a folder using season/episode notation. So show.S02E12.mpg appears before show.S03E09.mpg in NPL.
10) Make show titles "nice". This includes:
- If the show does not have an episode title, set the episode title equal to the show title, and then change the show title to equal the series title.
- Strip off file extensions from episode titles.
- Remove tivo formatting from tivoserver insertions - i.e. strip off braces.
- Strip off torrent formatting, so "My.Boys.S01E18.DSR.XviD-SYS.mpg" gets changed to "My Boys" Season episode info then gets added to show description.
11) Automatically match shows with folders. Can run from cron to organize shows periodically. More information here.
Here's an example of what features 9 and 10 do:
Before:

After:

Note that the episodes have been ordered according to the season/episode designation, the season/episode information has been moved to the episode description, formatting and extensions have been stripped off, and periods and underscores have been converted to spaces.
Current version is 2.9
Attachments
-
11.4 KB Views: 65