How to keep original file name for TV series and add {n} {n =~ y ? '' : ' ('+yt')'}/('Season 't+s}/ at the beginning creating folders structure compatible with emby.
Also is it possible that you touch last modified date of created folder based on files last modified date on the Ubuntu.
Because file last modified date is at most importance.
How to keep original file name for TV series and add...
Re: How to keep original file name for TV series and add...
I would recommend the default:
You can however use bits and pieces:
Format: Select all
{emby}
Format: Select all
{emby.dir}/{fn}
Re: How to keep original file name for TV series and add...
Ok
is exactly what I needed.
How would you use this line on Ubuntu Cli for /incoming/media/tv/
Also how would you chose in the cli mode which is the series in the matching mode? If one would use Filebot webgui would you get same as with the Java version on the windows? Or is just cli monitoring and eventually entering the cli commands?
Because I see matching is choosing always older series and its not using the most logically newest series if the names are same or similar. In java version you could see picture of the series beside name it helps a lot in recognition.
Format: Select all
{n} {n =~ y ? '' : ' ('+y+')'}/{'Season '+s}/{fn}
How would you use this line on Ubuntu Cli for /incoming/media/tv/
Also how would you chose in the cli mode which is the series in the matching mode? If one would use Filebot webgui would you get same as with the Java version on the windows? Or is just cli monitoring and eventually entering the cli commands?
Because I see matching is choosing always older series and its not using the most logically newest series if the names are same or similar. In java version you could see picture of the series beside name it helps a lot in recognition.
Re: How to keep original file name for TV series and add...

Format: Select all
{ ny }


