@ZileXa wrote:
When Discover searches for a torrent, it might find and accept something like this:
the.tvshow.name.S04E22.hdtv.x264.lol
But the actual contents could be a folder containing a file with a different name:
the.tvshow.name.S04E22.hdtv.x264.lol/the.tvshow.name.422.hdtv.x264.lol.mkv
Normally, I would use
rename
immediately when adding to Transmission. In my experience however, Subliminal has trouble finding matching/synced (English) subs since the name looses elements that make it unique (releaser name). When Subliminal finds no match, I cannot manually find the correct subtitle because I am missing release group name.
Therefore, I am no longer renaming files immediately (I do it after searching for subs). But that introduced the issue of filenames without proper SxxEyy identification, like the example above.I would like to get rid of that solution now, because it is very inefficient if Flexget first finds and gets the right file, but afterwards can not recognise it correctly anymore and needs to perform 3 tasks to rename everything correctly (one for SxxEyy, one for SEE and one for SSEE). What I am looking for now is the following:
When adding something to Transmission (could be magnet or torrent), if it is a folder, apply this foldername to the filename. Is this somehow possible?
So Flexget should, after accepting and when adding to Transmission, change this:
Downloads\tempseries\the.tvshow.name.S04E22.hdtv.x264.lol/the.tvshow.name.422.hdtv.x264.lol.mkv
to this:Downloads\tempseries\the.tvshow.name.S04E22.hdtv.x264.lol/the.tvshow.name.S04E22.hdtv.x264.lol.mkv
By applying folder name to filename, instead of fixing the epid (like described here).
Posts: 1
Participants: 1