Jump to content

Plex Meta Manager (Emby Support)


Recommended Posts

Posted
3 hours ago, Killface69 said:

Thank you for your feedback and the logs. I've updated the code and the documentation regarding library usage and fixed the bug you experienced. 

Please take a look at the updated files on GitHub, see library.md and emby.md regarding server and library setup. Short: you can only use one server per library, examples included.

awesome ty ill try it out again. i think all emby needs is a good collection maker for people to start leaving plex. so i test out everything i find lol. 

Posted
5 hours ago, Killface69 said:

Thank you for your feedback and the logs. I've updated the code and the documentation regarding library usage and fixed the bug you experienced. 

Please take a look at the updated files on GitHub, see library.md and emby.md regarding server and library setup. Short: you can only use one server per library, examples included.

ok its definitely getting closer. went threw the .md files on some others you linked and fixed alot of errors. im down to just one. it looks like it connects just fine but errors when trying to read the library. ill include log. its obviously a connection problem but not sure what exactly is the problem from the error. 

HTTPConnectionPool(redacted): Max retries exceeded with url: /emby/Users/(redacted)/Items?api_key=(redacted)&Fields=Budget,Chapters,DateCreated,Genres,HomePageUrl,IndexOptions,MediaStreams,Overview,ParentId,Path,People,ProductionYear,PremiereDate,ProviderIds,PrimaryImageAspectRatio,Revenue,SortName,Studios,Taglines,CriticRating,CommunityRating,OfficialRating,Tags,TagItems&IncludeItemTypes=Series&ParentId=3&Recursive=true&StartIndex=0 (Caused by ResponseError('too many 500 error responses')) |

on a side note im not sure if its needed but the emby plugin instructions arnt very clear. you simple said put dll into folder then point another folder to it. where is the folder and how is it supposed to be pointed to it. 

meta-1.log

Posted (edited)

Thank you for your feedback, Ive updated the documentation with more information for the plugin.

Regarding your 500 error, I guess that you have entered your Emby user name in the config. Kometa was expecting a user id. I've updated the documentation and also added a check and id retrieval, so that this shouldn't stop Kometa any more.

🤞

Edited by Killface69
Posted
5 hours ago, Killface69 said:

Thank you for your feedback, Ive updated the documentation with more information for the plugin.

Regarding your 500 error, I guess that you have entered your Emby user name in the config. Kometa was expecting a user id. I've updated the documentation and also added a check and id retrieval, so that this shouldn't stop Kometa any more.

🤞

ty ty, just updated everything at seams to be running. if i run into any other issues ill update. ty again for your help.

Posted
7 hours ago, Killface69 said:

Thank you for your feedback, Ive updated the documentation with more information for the plugin.

Regarding your 500 error, I guess that you have entered your Emby user name in the config. Kometa was expecting a user id. I've updated the documentation and also added a check and id retrieval, so that this shouldn't stop Kometa any more.

🤞

almost there. it did edit user ratings the first run but as soon as it starts to build collections it has problems with templets. i checked your docs and the templats im usings are listed in the builder. i have tried to # out the ones errored but after doing that multiple times i have to remove all builders from collection and then it errors on the next collection. so seams like no builders are working right now or im doing something wrong lol. this is the yml im trying to use, same i use for plex.

meta-9.log meta.log animefast.yml

Posted

i removed all the collections with search attributes and left only the ones like this, and it seams to be building collections. just not working with any mal / anilist builders. i see mal isnt in the docs but anilist is but still doesnt work with anilist ones. 

  Action:
    template:
      name: Anime
      genre: Action
Posted

this forum is horrible. doesnt let me edit posts so have to keep making new ones 😕 do you have a discord for this or anything. i didnt see any updated docs for embyplugin. the only thing i found was this post. EDIT: Added files. Put the dll file in <your plugins folder for the overlays, point to your Kometa export folder and hit 'save'. is this saying put plugin into the emby plugins folder. i dont understand what to point to kometa folder means and hit save. where is this suppose to be edited. 

Killface69
Posted (edited)

I'll take a look at the  Mal/Anilist issue later. 

For the plugin, it's a dll that needs to go in your Emby plugins folder, Aber a successful install and Emby restart, the plugin will be listed within your Emby plugins. 

I've updated the docs https://github.com/tommargar/Kometa/blob/nightly_feature_emby_overlays_2/docs/config/emby.md see Emby specific settings. Let me know if you need more information. 

/EDIT:

Good catch, this was a bug on my end, not a problem with your config.There was unfinished experimental code in kometa.py that incorrectly assumed every collection has a template: key.
Collections using direct builders like mal_airing, mal_season, anilist_search etc. don't have that key, so it crashed immediately when it hit one of them. That's why commenting out collections one by one seemed to "move" the error — it always failed on the first collection without a template.

I've updated the code on GitHub. MAL and AniList builders were never the actual problem, they just happened to be in the collections that triggered it. Give it another run and let me know how it goes!

Edited by Killface69
Bug fixing
AniEmby
Posted
14 hours ago, Killface69 said:

I'll take a look at the  Mal/Anilist issue later. 

For the plugin, it's a dll that needs to go in your Emby plugins folder, Aber a successful install and Emby restart, the plugin will be listed within your Emby plugins. 

I've updated the docs https://github.com/tommargar/Kometa/blob/nightly_feature_emby_overlays_2/docs/config/emby.md see Emby specific settings. Let me know if you need more information. 

/EDIT:

Good catch, this was a bug on my end, not a problem with your config.There was unfinished experimental code in kometa.py that incorrectly assumed every collection has a template: key.
Collections using direct builders like mal_airing, mal_season, anilist_search etc. don't have that key, so it crashed immediately when it hit one of them. That's why commenting out collections one by one seemed to "move" the error — it always failed on the first collection without a template.

I've updated the code on GitHub. MAL and AniList builders were never the actual problem, they just happened to be in the collections that triggered it. Give it another run and let me know how it goes!

ty for the update just got a chance to try it. it seams adding the emby dll doesn't work. doesn't install on emby and cant find it in catalog or anywhere else.  on the plus side it looks like the update are working for collections now, ty. had to trouble shoot some more errors. seams it doesn't like multiple sync:settings for different builders in same collection. 

AniEmby
Posted

also does sorting titles not work. it seams to arrange collections in alphabetical order. but sort title for things i want at the top or first in order of collections doesnt work. 

sort_title: _004_

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...