Recognition problems
MyAnimeList.net Forum »» Club Discussion »»
Taiga »» Recognition problems
#21
01-15-11, 7:20 AM
|
|
|
Offline Joined: Nov 2007 Posts: 187 |
saka said: I have actually. Just a couple days ago I noticed a torrent for Evangelion: 1.0 You Are (Not) Alone but it became "Evangelion: 1.0 You Are" from subber "Not". Of course the filename recognizes fine in player. There are more but I can't remember any off the top of my head, and usually the ones that are way off were for series not in my list or not identified with the exact alternate title, so no big deal. The Eva one is the only one I remember that was certainly recognizable in one but not the other, and on my list. I do remember another that had periods ( . ) instead of underscores or spaces that threw things out of whack. Batch torrents usually have the most problems, like second seasons where the season number is seen as an episode -- for example I've seen "Series S2" becomes "Series S" episode 2. There are some other cases that make sense in player recognition but that are inconvenient on the torrent viewer -- most of them are quite explainable mistakes. I can start keeping a log of them if it would help, but I've dismissed most of them as unavoidable. Some subbers do odd things, of course. I do sometimes long to see the original untouched filename, for things like v2's of releases and cases where the parsing is obviously off. Sometimes there is useful information in the filename that doesn't get extracted (like the torrent is in Russian, or a raw). There does not seem to be any way to view the original filename without downloading the file. Evangelion movie titles were one of the reasons I rewrote the recognition engine, lol. Could it be that the torrent you recall was "Evangelion_1.0_You_Are_[Not]_Alone_(1080p)_[@Home]"? If so, it falls into bad naming conventions category (putting "Not" within square brackets while putting "1080p" in parentheses, really?) and it's not something related to it being a torrent title, it would neither be recognized in a media player without you setting an alternative title for it. I made some minor adjustments so that "Series S2" won't be recognized as 2nd episode of "Series S" anymore. In fact, I'm surprised I haven't done this before. When you see something off and think it should have been correctly recognized, open up the rss.xml file in Data folder. You can find the full file name there to post here, so I can add it to my recognition test list. |
#22
01-31-11, 9:10 AM
|
|
|
Offline Joined: Nov 2009 Posts: 46 |
[E-HARO Raws] Kore wa Zombie desu ka - 03 (TV 1280x720 h264 AAC) [888E4991].mkv SVNr54 detects the group as "-HARO Raws" I think it could also be bubble problem on XP ![]() Modified by slevir, 01-31-11, 10:52 AM |
#23
02-07-11, 11:46 AM
|
|
|
Forum Moderator
Offline Joined: May 2008 Posts: 4362 |
There seem to be some issues in trimming "episode"/'ep.' keywords when the actual episode number and the keyword is not separated by a space (or most common delimeter). For example "Juuni.Kokki.Ep.5' will recognize fine because of dot separator, but 'Juuni Kokki Ep.5' will not be recognized properly because 'Ep.' cannot be separated from the number. The logic in the recognition seems to assume a space or separator between the episode keyword and the number, and then trim it off the title's right side. In the case like the above where they are "stuck together", the IsEpisode() method is supposed to handle stripping the same keywords off the left side. This is problematic because of the duplicate logic, which does not seem to match. It seems like IsEpisode() should be calling TrimEpisodeWord() like the main logic does. I'd fix it myself but I had both my primary hd and monitor die, and coding on my current display is close to impossible. >_> |
#24
02-12-11, 5:44 PM
|
|
|
Offline Joined: Feb 2009 Posts: 68 |
I'm having a slight recognition problem with this anime here: [SS-Eclipse] Hayate no Gotoku! - 10 (XviD) [CCC15018].avi The file name indicates its Hayate no Gotoku! Episode 10 however, Taiga is recognizing it as Hayate no Gotoku!! (aka the second season). Another slight issue along these lines, is when searching for folders when you have both Hayate no Gotoku! and Hayate no Gotoku!! in your list and the folder search placing the folder for both Hayate no Gotoku!(!) as the folder for the first season of Hayate no Gotoku! Real Folders: D:\Hayate no Gotoku! - Season 1 Folder D:\Hayate no Gotoku!! - Season 2 Folder Taiga assigning the folders, result Hayate no Gotoku!: D:\Hayate no Gotoku! (expected and wanted result) Hayate no Gotoku!!: D:\Hayate no Gotoku! (unexpected and unwanted result, should be D:\Hayate no Gotoku!!) ![]() ![]() ![]() |
#25
02-12-11, 10:25 PM
|
|
|
Offline Joined: Nov 2007 Posts: 187 |
The problem with Hayate no Gotoku! and Hayate no Gotoku!! was caused by a minor error at ErasePunctuation() function, it should be fixed now. |
#26
04-03-11, 9:00 PM
|
|
|
Offline Joined: Apr 2011 Posts: 2 |
Slight but annoying problem here. I watch my anime via XBMC (thanks for supporting it btw) and have all my episodes following one of their naming conventions [series name] - [season]x[episode] - [Episode Title]. Taiga recognizes the series just fine, but it sees the season number as the episode number. IE - "After War Gundam X - 1x03 - My Mount is Fierce!.mkv" is recognized as Title: After War Gundam X Name: x03 - My Mount is Fierce! Episode: 1/39 instead of Title: After War Gundam X Name: My Mount is Fierce! Episode: 3/39 Would it be possible for you to fix this? Thanks. |
#27
04-03-11, 9:27 PM
|
|
|
Offline Joined: Nov 2007 Posts: 187 |
I think I can add support for that naming convention, but it would only work for "1x[episode]", since there is currently no way to link anime titles with each other as different seasons of the same series. I'm already working on rewriting some parts of the code related to episode recognition at the moment, I'll see what I can do to fix your problem as well while I'm on it. |
#28
04-04-11, 11:31 AM
|
|
|
Offline Joined: Apr 2011 Posts: 2 |
Thanks! |
#29
04-05-13, 12:48 PM
|
|
|
Offline Joined: Mar 2010 Posts: 3 |
Hello, sry for being a newb but im having some problems. With the series Hunter X Hunter (2011) it seems to not find it properly because of the (2011) at the end, most of the subbers put the name without the year at the end, only one have it. I even added a custon title for the series with just "hunter x hunter" at it, but even then it finds only the ones with (2011) at the end, is there a way to do it? |
#30
04-05-13, 8:15 PM
|
|
|
Offline Joined: Nov 2007 Posts: 187 |
Hi NoWar, Setting Hunter x Hunter (2011)'s alternative title as "Hunter x Hunter" works for me. I tested it with your anime list too; new torrents are properly recognized. Should work the same with video files. Before: http://i.imgur.com/GoRxm8E.png After: http://i.imgur.com/hDXra0O.png If this is not what you meant, could you explain it further? |
#31
04-14-13, 10:41 AM
|
|
|
Offline Joined: Mar 2010 Posts: 3 |
Hello erengy wow, nice and quick answer, wasnt expecting it to be so quick ^^ hum... strange, mine isnt geting it pictures as proof: https://www.dropbox.com/s/y3slv99m87z1qu1/hunter.PNG https://www.dropbox.com/s/0yenrk32t3qy0a4/hunter2.PNG is there something im missing then? =/ |
#32
04-14-13, 11:49 AM
|
|
|
Offline Joined: Nov 2007 Posts: 187 |
There's no problem in those images as far as I can see. Torrent files are properly recognized in the second one. I'd advise you to change your fansub group preference to "HorribleSubs" from "horrible" though, since their files do start with "[HorribleSubs]". Oh, wait. I think I get it now. You're right-clicking on Hunter x Hunter (2011) in your list, and then choosing Search > NyaaTorrents, right? That does a literal search for "Hunter x Hunter (2011)", which obviously doesn't return any results for "Hunter x Hunter". If you were to manually search for "Hunter x Hunter" using the search box at the top-right corner, you'd get what you want. |
#33
04-14-13, 12:42 PM
|
|
|
Offline Joined: Mar 2010 Posts: 3 |
k, i will change the horrible. hum... so as it is i should get the hunter x hunter releases right? ^^ ty then! also nice work with taiga, its rly the best of its kind! |








