Jump to content

A tool for tagging Emby content


VicMoore
GrimReaper
Message added by GrimReaper,

For Plugin version of the tool, go to:

 

 

Recommended Posts

VicMoore

Hello Horstepipe...

I increased the field length to 200.  If you want another length, just let me know. As for the other changes, I can't get to them until next week.  I have some family obligations that I must attend to. All good stuff.

Vic

emby_new_tool_19.html

  • Thanks 1
Link to comment
Share on other sites

horstepipe
On 3/7/2022 at 3:18 PM, horstepipe said:

sorry, one more thing 🙂

I just noticed that Emby also stores trakt-ids. It would be really nice to also do the same with them like we are now able to do for imdb ids. We could import trakt lists quite easy then.

and maybe rotten tomatoes ids, too? 🙂

Link to comment
Share on other sites

TIHTCM

This is an excellent and very useful tool.  Thank you very much for all of your work on it.  Would it be possible to also view Movies and Series by Folder name (physical location on server)?  I have a number of movies filed by Genre (ie.  Documentaries, Action, etc...).  If I can view them by folder then I can bulk change the metadata of an entire folder using your tool. 

 

Thanks Again!

Link to comment
Share on other sites

VicMoore

TIHTCM, try the code below.  Click the filter tab and select the filter "Don't Show Folders" and select from the pulldown list the option "Show Folders".  Afterword's, the folders will be displayed.  Let me know if it works the way you expected.

 

Vic

emby_new_tool_19.html

Link to comment
Share on other sites

VicMoore

Hello Horstepipe... 

I think you can  use more prefixes than "imdb" when searching. The possibilities are "imdb", "tmdb", "tvdb", and "omdb."  Give these a try and let me know if it works.

 

I have not been able to find an emby API reference to trakt id's.  Nor Have I found it while using emby.  Can you tell me where you saw it?  

 

As for searching across multiple directories, the code is not organized to do this.  To add this feature would require a major rewrite.

 

Vic

Link to comment
Share on other sites

horstepipe
7 hours ago, VicMoore said:

 Hello Horstepipe... 

I think you can  use more prefixes than "imdb" when searching. The possibilities are "imdb", "tmdb", "tvdb", and "omdb."  Give these a try and let me know if it works.

 

I have not been able to find an emby API reference to trakt id's.  Nor Have I found it while using emby.  Can you tell me where you saw it?  

 

Vic


hey

there are links at the bottom of each movie, also a link to the Trakt site. 
But I don’t know how these are attached into the database…

 

 

Link to comment
Share on other sites

horstepipe
7 hours ago, VicMoore said:

As for searching across multiple directories, the code is not organized to do this.  To add this feature would require a major rewrite.


No problem, thanks for taking a look!

Link to comment
Share on other sites

Happy2Play

FYI the TRAKT link is per TMDBid.  A url is created from the TMDBid.  There is nothing specific to TRAKT in Emby database.

https://trakt.tv/search/tmdb/85723?id_type=show

https://trakt.tv/search/tmdb/632727?id_type=movie

Or possibly IMDBid

https://trakt.tv/search/imdb/tt8335332

Edited by Happy2Play
added info
  • Thanks 1
Link to comment
Share on other sites

VicMoore

Thanks Happy2Play...

I constantly learn new things from you. I appreciate your help.

Vic

Link to comment
Share on other sites

khalpin11

Sorry for the silly question, none of my forum searches on this thread returned any results. @VicMoore do you keep track of this html file in github or any other public version control tool? So I can keep track of the latest version of it without having to dig through forum posts?

This is awesome! really appreciate the work! 
 

Link to comment
Share on other sites

VicMoore

Hello Khalpin11...

I only post the code here. It's so simple that other measures are not needed. I appreciate you kind words.

Vic

Link to comment
Share on other sites

Happy2Play

Easiest method is ensuring the first post has the current version of this tool.  So ideally instead of placing in a new post the post can reference first post for updates.

Link to comment
Share on other sites

VicMoore

Happy2Play,  that same advice was given to me by GrimReaper, and I forgot to do it. I will do better 🙂 starting tonight.

Thanks for the help.

Vic

  • Like 2
Link to comment
Share on other sites

horstepipe
On 3/18/2022 at 3:43 AM, Happy2Play said:

FYI the TRAKT link is per TMDBid.  A url is created from the TMDBid.  There is nothing specific to TRAKT in Emby database.

https://trakt.tv/search/tmdb/85723?id_type=show

https://trakt.tv/search/tmdb/632727?id_type=movie

Or possibly IMDBid

https://trakt.tv/search/imdb/tt8335332

thanks for clarification!
But for what I'd like to do this won't really help unfortunately.
I'd like to use this tool to assign a genre to movies in lists like this:

https://trakt.tv/users/benfranklin/lists/best-mindfucks?sort=rank,asc


So I need to find a way to transform these list into a imdb or themoviedb list I guess.

Thanks!

Edited by horstepipe
Link to comment
Share on other sites

horstepipe
On 3/7/2022 at 3:10 PM, horstepipe said:

 

another thing I noticed:
The "lock" field should be enabled by default as soon as you edit fields like genres, tags... as this also happens if you do it via the Emby UI.

 

 

Hey Vic,

hope I didn't overread it. What about this one?

Link to comment
Share on other sites

horstepipe
16 minutes ago, horstepipe said:

thanks for clarification!
But for what I'd like to do this won't really help unfortunately.
I'd like to use this tool to assign a genre to movies in lists like this:

https://trakt.tv/users/benfranklin/lists/best-mindfucks?sort=rank,asc


So I need to find a way to transform these list into a imdb or themoviedb list I guess.

Thanks!

 

looks like

https://mdblist.com

does what I need. I can import lists from rotten tomatoes and trakt and parse the imdb ids there, sweet 🙂

 

Link to comment
Share on other sites

GrimReaper
11 minutes ago, horstepipe said:

Hey Vic,

hope I didn't overread it. What about this one?

I vaguely recall the topic where it was suspected that Vic's tool is locking Genres - and it was not desired behavior (turned out it didn't), so I'd guess one could argue for both usage-cases. Gimme a min to see whether I can find it.

Edit: Yep.

 

Edited by GrimReaper
Link
Link to comment
Share on other sites

horstepipe

hey Vic,

sorry if I missed something, but what is the difference between "emby new tool" and "emby tag app"?

Emby new tool is working here - when trying to use "emby tag app" I'm getting the CORS error we earlier talked about. Are there features in the "tag app" which are not in "new tool" and vice versa?

Link to comment
Share on other sites

VicMoore

Sorry for the delay. I have been in bed sick. I will respond in more detail later.

vic

  • Thanks 1
Link to comment
Share on other sites

VicMoore

Horstepipe, I am back 🙂  I am much better now.

You are right, there are two tools. GrimReaper, was kind enough to make a forum for the new tool, but I have failed to keep all of the comments for that tool on that forum. I am a slow learner.

The new tool is a rewrite of the first tool (A tool for tagging emby content) which is the topic of this forum.  The new tool lacks only the menus for tagging channels. I will be completing the rewrite for that in a few days.  The first tool was motivated by my desire to learn the Emby API. So it contains lots of experiments that test that API. The rewrite removed all of this code, including code added for IPTV.  

I hope that I have been able to add the features that you need. Requests from users like you have made the tool a much better tool. If I can help you more, just let me know.

Vic

Link to comment
Share on other sites

horstepipe

glad that you recovered!

thanks for the explanation, so I'm fine by keeping the new tool.

Yes the script is very very useful, thanks again very much!

Link to comment
Share on other sites

VicMoore

Attached below is the latest code. It adds the "LiveTV" for for virtualTV plugin.  It lets you look at and play programs from the tv guide created by virtualTV . 

Vic

emby_new_tool_20.html

Link to comment
Share on other sites

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...