@ma3ay i only maintain beta now, can’t switch between two versions… It will replace main branch really soon
I will have more bugs in movies libraries since i don’t use it…
Thanks for the precise logs, could solve quickly thanks to that.
in AnimeLists.py line 56 it seems “if movie: folder = os.path.foldername(media.items[0].parts[0].file)” gives and error “os.path.foldername” doesn’t exist it’s “os.path.dirname” the right command…
2017-11-22 20:33:37,839 (1f78) : INFO (logkit:16) - AnimeLists.GetMetadata() - source: anidb, id: 1050, AniDB_id: 1050, TVDB_id:
2017-11-22 20:33:37,842 (1f78) : CRITICAL (core:574) - Exception in the update function of agent named 'HamaMovies', called with guid 'com.plexapp.agents.hama://anidb-1050?lang=en' (most recent call last):
File "C:\Program Files (x86)\Plex\Plex Media Server\Resources\Plug-ins-23901a099\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\agentkit.py", line 1076, in _update
agent.update(obj, media, lang, **kwargs)
File "C:\Users\deadma3ay75\AppData\Local\Plex Media Server\Plug-ins\Hama.bundle\Contents\Code\__init__.py", line 117, in update
def update (self, metadata, media, lang, force ): Update (metadata, media, lang, force, True)
File "C:\Users\deadma3ay75\AppData\Local\Plex Media Server\Plug-ins\Hama.bundle\Contents\Code\__init__.py", line 88, in Update
dict_AnimeLists, AniDBid, TVDBid, TMDbid, IMDbid, mappingList = AnimeLists.GetMetadata(media, movie, error_log, metadata.id, AniDBMovieSets) #, AniDBTVDBMap
File "C:\Users\deadma3ay75\AppData\Local\Plex Media Server\Plug-ins\Hama.bundle\Contents\Code\AnimeLists.py", line 56, in GetMetadata
if movie: folder = os.path.foldername(media.items[0].parts[0].file)
AttributeError: 'module' object has no attribute 'foldername'
if you can correct and try, it should go further, any issue, post logs like you just did as it correct bugs for everybody that way and will post an updated version afterwards