GrimReaper 4153 Posted July 23, 2021 Posted July 23, 2021 (edited) 19 minutes ago, ulTimaS said: Any update on the uniqueid type being lowercase? What are you referring to exactly? All lowercase on <uniqueid> tags has been supported for quite some time. Edit: Oh, I see, that's likely related to tags being written by Emby, not read. Edited July 23, 2021 by GrimReaper76 Append
ulTimaS 0 Posted July 23, 2021 Posted July 23, 2021 1 hour ago, GrimReaper76 said: What are you referring to exactly? All lowercase on <uniqueid> tags has been supported for quite some time. Edit: Oh, I see, that's likely related to tags being written by Emby, not read. Yeh, it's the way Emby writes the nfo. Currently it's like this: <uniqueid type="Tmdb">574060</uniqueid> <uniqueid type="Imdb">tt8368408</uniqueid> but Kodi prefers it like this: <uniqueid type="tmdb">574060</uniqueid> <uniqueid type="imdb">tt8368408</uniqueid>
GrimReaper 4153 Posted July 23, 2021 Posted July 23, 2021 Yeah, i get it. You can just run all your nfos through Notepad++ and replace all instances of Tmdb and Imdb with tmdb and imdb respectively.
ulTimaS 0 Posted July 23, 2021 Posted July 23, 2021 (edited) 5 minutes ago, GrimReaper76 said: Yeah, i get it. You can just run all your nfos through Notepad++ and replace all instances of Tmdb and Imdb with tmdb and imdb respectively. I know I could, but that would mean I need to do it manually everytime an NFO changes or when there is a new movie/tvshow/episode. My goal is to minimize manual work and automate everything. edit: I could also automate the changing of the types with a search and replace, but might as well check to see if the source application can change it. Edited July 23, 2021 by ulTimaS
Luke 40091 Posted July 23, 2021 Posted July 23, 2021 On the to do list, but is it causing any problem?
ulTimaS 0 Posted July 24, 2021 Posted July 24, 2021 14 hours ago, Luke said: On the to do list, but is it causing any problem? Not really, but I thought it might be an easy change/fix.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now