clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
674 stars 176 forks source link

Not enough information to determine what episode this is #1858

Closed neo-neo1 closed 7 months ago

neo-neo1 commented 3 years ago

Not directly a nzbToMedia "issue", but it's adjacent. Clinton Hall & this community has been particularly helpful and I'm curious if nzbToMedia has anything to fix such scenarios. Every once in a while I will have a successful nzb download only to find out the filename is abc.xyz.e2d39aabb41d64.mkv or another variation of abc.zyz-XXXX and Medusa will deny the post process request nzbToMedia sends it. This issue is very prevalent among season packs on Usenet and is independent of a specific indexer or release group.

I use nzbToMedia with NZBGet and Medusa. Is there any additional scripts I should look into running on NZBGet?

Thanks in advance

Log from Medusa

2021-10-21 20:04:49 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.e2d39aabb41d64.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:48 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.bc8243818c1837.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:47 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.7b8f8686f1818f.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:46 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.66d6c7d812580b.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:45 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.6198484a084076.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:44 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.2fd5a8d6a6eebf.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:43 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.2d10804489fddf.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:43 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.243b01a085570d.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:42 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.170ccb2d1aa622.mkv: Not enough information to determine what episode this is
2021-10-21 20:04:41 WARNING POSTPROCESSQUEUE-POST-PROCESS :: Processing failed for /media/downloads/complete/usenet/tv/Another.Life.2019.S02.1080p.NF.WEBRip.DDP5.1.x264-CAKES[rartv]-xpost/abc.xyz.0f2d4f8dddff00.mkv: Not enough information to determine what episode this is
clinton-hall commented 3 years ago

Are there any nzbToMedia logs?

Generally, these "obfuscated" filenames are replaced by the download name by nzbToMedia so that processing can complete. Otherwise there is often a "rename" file in the download itself. nzbToMedia should find such rename file (rename.bat, rename.sh etc.) then read the contents of that file, find out if it is a valid rename command for a file (or multiple files) in the download, then apply those renames... this way the user doesn't have to run the rename file (and potentially run any un-wanted commands that are hidden within).

So, my expectation is that nzbToMedia should handle this for you. I'd just need to see the logs to understand what is/isn't happening.