2006-09-15, 11:37 PM
A new version of addepisode has been released, and can be downloaded from the wiki.
This release is only a small update to add a few features. The first is a token that adds the unique id. There are two choices, the first adds the last four digits, and the second only adds the last two. This token will only add the unique id if it is a truely unique id. (shows such as sports, movies, and news shows probably wont have a truely unique id)
The second new feature is an "or" function. The format for this token is:
(choice one{or}choice two)
This will add the first choice if it exists, and the second if it doesn't. The first choice should be another token, the second choice can be and combination of tokens and text. For example:
addepisode %1 "({episode}{or}{show} - {monthnameshort} {day} {yearshort})"
this will rename the file to only the episode name if it exists, and if it doesnt, it will be renamed to the show name followed by the date.
As usual, only I have tested this utility before releasing it, so i am sure people will find bugs. Feel free to let me know by private message or here on the support thread. Remember: I am an amature programmer, and i do this for a hobby, so be tactful when pointing out how stupid I am in your bug reports!
This release is only a small update to add a few features. The first is a token that adds the unique id. There are two choices, the first adds the last four digits, and the second only adds the last two. This token will only add the unique id if it is a truely unique id. (shows such as sports, movies, and news shows probably wont have a truely unique id)
The second new feature is an "or" function. The format for this token is:
(choice one{or}choice two)
This will add the first choice if it exists, and the second if it doesn't. The first choice should be another token, the second choice can be and combination of tokens and text. For example:
addepisode %1 "({episode}{or}{show} - {monthnameshort} {day} {yearshort})"
this will rename the file to only the episode name if it exists, and if it doesnt, it will be renamed to the show name followed by the date.
As usual, only I have tested this utility before releasing it, so i am sure people will find bugs. Feel free to let me know by private message or here on the support thread. Remember: I am an amature programmer, and i do this for a hobby, so be tactful when pointing out how stupid I am in your bug reports!