My Anime plugin (1 Viewer)

yhoogi

MP Donator
  • Premium Supporter
  • March 9, 2008
    599
    47
    Home Country
    Germany Germany
    Iwerndly:

    Just try #425097.

    Cheers
     

    PsI

    New Member
    October 27, 2007
    2
    0
    Hi,

    Looks like it got stuck on a BIG file 3.5GB file?


    Error.log
    2008-03-17 01:49:55.125000 [ERROR][MPMain]: No translation found for id 105911


    MediaPortal.log
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.265625 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv
    2008-03-17 01:44:52.281250 [Info.][7]: Processing file: G:\Anime\Tekkon Kinkreet\Tekkon Kinkreet.mkv


    It just kept going on like this so I moved the file to another directory and it started to hash some files again but login still fails. I wonder if AniDB has a bandwidth / connection limit for each user, their server maybe swamped with connections?!

    -PsI
     

    yhoogi

    MP Donator
  • Premium Supporter
  • March 9, 2008
    599
    47
    Home Country
    Germany Germany
    After a re-install (i messed somewhere else up), I am getting also errors.
    For a test, I had only one folder with so far ok files. But the plug will not start to hash:


    AnimeDatabaseV10.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: Version query:select VersionNumber from Version stack: bei SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
    bei SQLite.NET.SQLiteClient.Execute(String query)
    bei AnimePlugin.AnimeDBSQLite.GetDBVersion()
    bei AnimePlugin.AnimeDBSQLite.UpdateDBTo_113()
    bei AnimePlugin.AnimeDBSQLite.Open()
    2008-03-17 05:09:04.834541 [ERROR][MPMain]: SQLiteClient: AnimeDatabaseV10.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: Version query:select VersionNumber from Version
    2008-03-17 05:09:04.836541 [ERROR][MPMain]: anime database exception err:confused:QLiteClient: AnimeDatabaseV10.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: Version query:select VersionNumber from Version stack: bei SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
    bei SQLite.NET.SQLiteClient.Execute(String query)
    bei AnimePlugin.AnimeDBSQLite.GetDBVersion()
    bei AnimePlugin.AnimeDBSQLite.UpdateDBTo_113()
    bei AnimePlugin.AnimeDBSQLite.Open()
    2008-03-17 05:09:10.466541 [ERROR][MPMain]: No translation found for id 105911
    2008-03-17 05:09:10.491541 [ERROR][15]: SQLiteClient: AnimeDatabaseV10.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: FileHash query:select * from FileHash where FileName='C:\Media\Anime\Gintama\[Rumbel]Gintama_-_25[XviD][713C1E7B].avi'
    2008-03-17 05:09:25.666541 [ERROR][MPMain]: SQLiteClient: AnimeDatabaseV10.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: FolderAnimeLink query:select * from FolderAnimeLink where FolderName='C:\Media\Anime'
    2008-03-17 05:09:25.672541 [ERROR][MPMain]: Exception: SQLite.NET.SQLiteException: SQLiteClient: AnimeDatabaseV10.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:no such table: FolderAnimeLink query:select * from FolderAnimeLink where FolderName='C:\Media\Anime'
    bei SQLite.NET.SQLiteClient.ThrowError(String statement, String sqlQuery, SqliteError err)
    bei SQLite.NET.SQLiteClient.Execute(String query)
    bei AnimePlugin.AnimeDBSQLite.GetAnimeIDForFolder(String folderName)
    bei AnimePlugin.AnimePlugin.HandleViewFolderFocusChange()
    bei AnimePlugin.AnimePlugin.OnMessage(GUIMessage message)
    bei MediaPortal.GUI.Library.GUIWindowManager.SendMessage(GUIMessage message)
    2008-03-17 05:09:30.391541 [ERROR][MPMain]: No translation found for id 105911


    Cheers

    Just found the cause:

    I am using Vista and had the files in a share on a different computer.
    While copying the files in the different folders VISTA is marking the executables and dll's in their properties as blocked. I normally have to manually approve their usage.
    What I didn't knew was that this is also true for the sql databases.

    Vista is quite an interesting OS to waste your time in discovering new never before experienced issues
    To quote Star Trek: "To boldly go where no one has gone before"

    yhoogi
     

    kazuma6666

    Portal Member
    March 2, 2008
    18
    0
    Regarding the downloading of torrents. I actually started on something similar a long time ago but never completed it (not for the plugin)
    Here is the API definition if you want to start taking a look
    UDP API Definition - AniDB

    Basically the way I planned to do it was as follows
    1. Use NOTIFYLIST and NOTIFYGET to find out any new files which have been released
    2. Use the FileID from above and issue a FILE command to get info about that file
    3. The above will contain a CRC, using this CRC you can look at something like the Tokyo Toshokan RSS feed

    In the files for most anime they have an 8 character string in square brackets which is the CRC. This is not done by all groups though.

    This might be a good feature to add once i release the source code. Obviously the plugin already uses the FILE command. Also I already wrote an RSS parser, as i was planning to have some optional news in the main page, but haven't finished it off yet.

    Interesting info! I didn't think of getting the new files and simply compare the crc. I was going in the filename parsing direction, which was complex (too many possibilities). I wonder if including this in the plugin really makes sense... Media portal is a big application, and I don't want to keep it open 24h/24h to get some rss and then launch torrent files. I suppose I should develop something else.

    :D for the info!
     

    baka

    Portal Member
    March 1, 2008
    6
    0
    First of all, great plugin!

    But I have litle problem.... I get> Anidb> Loging failed....

    I have an account at anidb & can log on to it on their site, but when I update my db with the plugin I can't.... what am I doing wrong?

    Thanks in advance.
     

    lwerndly

    Portal Pro
    January 14, 2008
    702
    278
    Home Country
    Australia Australia
    baka - have you entered your username/password in the config for the plugin?
    Also you will need to open up the client port on your firewall/router (see the readme)

    If you have done both of these please send me the MediaPortal.log so I can take a quick look.
     

    baka

    Portal Member
    March 1, 2008
    6
    0
    yes, i've entered my userid & pw, can log in at anidb's site without problem, also opened udp 4555 & 9000.
    I´ve pasted my mediaportal.log in a pm :)

    Thanks
     

    yhoogi

    MP Donator
  • Premium Supporter
  • March 9, 2008
    599
    47
    Home Country
    Germany Germany
    Hi lwerndly,

    Is it possible to get a joint view as it is also in the mp video views?
    At the moment, each share has its own structure. So the shares are not shown all together

    Cheers
     

    Users who are viewing this thread

    Top Bottom