I have the AOM filemanager setup to check a network drive every 15 minutes for new files, and then hash and rename any valid files that it finds. This works fine aside from renaming with the correct episode name. Instead of using the episode name as given on AniDB it just uses "Episode 15" or whatever number episode it happens to be. As near as I can tell this happens for all new files that are hashed like this.
Curiously when I force a reload and rehash of everything by deleting everything in the "kowai" directory aside from my local_settings.xml, the renaming works flawlessly.
[AOM 0.5.9.249] File rename not using episode name
Yep, there's definitely a different title in the mylist pane and yes, a full redownload of the dumps from anidb.
This has been happening for a couple of months now, but originally I just thought that I was hashing the files before anidb had been updated with the correct episode names.
Let me know if there's any more info I can provide.
This has been happening for a couple of months now, but originally I just thought that I was hashing the files before anidb had been updated with the correct episode names.
Let me know if there's any more info I can provide.
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
afaicu, it happens because AOM 0.5 does not support the "new" episode title system. when a title is changed, AOM does not notice it because the ep itself has not been modified. in other words, AOM has to implement the eptitle command. (i don't think it would be a good idea to hack this on the server side, although everything is possible)
Curiously this seems to be working now. I haven't made any changes on my end, has anything changed on the site that might affect this in the last week or so?
EDIT: Ok this is weird. I originally noticed that this had worked with a file that I added on the 9th of August, however a file that I just added a minute ago is back to the same problem.
EDIT: Ok this is weird. I originally noticed that this had worked with a file that I added on the 9th of August, however a file that I just added a minute ago is back to the same problem.
-
- AniDB Staff
- Posts: 379
- Joined: Sun Nov 07, 2004 11:05 am
It works like this:
- When an episode is added it has "Episode 07" as title.
- If you then synchronize your aom with anidb it'll see "Episode 07" as title.
- If the episode title is then changed but the episode itself remains unchanged aom will still see "Episode 07" as title.
- Only if a) the episode itself is edited or b) a new dumpfile is created will the episode get it's correct title in aom.
A new dump file is generated once a month or so.
The reason it is like this is because the underlying structure of anidb has changed. The structure in the tcp api has also changed but it would be too much work for me for it to be worth fixing at this point.
I you want up to date episode names I recommend using WebAOM which uses the UDP API which was changed on the server side to comform with the change unlike the TCP API.
It is perfectly possible to fix this serverside for the TCP API too but I doubt the developers want to as they now shun aom.5.
- When an episode is added it has "Episode 07" as title.
- If you then synchronize your aom with anidb it'll see "Episode 07" as title.
- If the episode title is then changed but the episode itself remains unchanged aom will still see "Episode 07" as title.
- Only if a) the episode itself is edited or b) a new dumpfile is created will the episode get it's correct title in aom.
A new dump file is generated once a month or so.
The reason it is like this is because the underlying structure of anidb has changed. The structure in the tcp api has also changed but it would be too much work for me for it to be worth fixing at this point.
I you want up to date episode names I recommend using WebAOM which uses the UDP API which was changed on the server side to comform with the change unlike the TCP API.
It is perfectly possible to fix this serverside for the TCP API too but I doubt the developers want to as they now shun aom.5.