-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TV Link Field Request #1753
Comments
Thanks for this feature request. Do you happen to know what value the Please be aware of #1710 :) |
The Unfortunately I'm not a coder or I'd love to assist. My "coding" knowledge maxes out at manually editing nfo files. |
That's already enough, thank you! :) I thought it had to be a file-path or something. But if all you need is the TV show's title, then it should be "rather easy" (well, let's see) 😄 First step: Allow it in NFO files. Then you can at least edit the files without MediaElch overriding them. :) |
I've added a "showlink" tag to movies. You can set it via the UI as well as NFO files. In the NFO, it works via the Next nightly versions will be available within the next hour. |
Just checked and it seems to be working but doesn't seem to account for multiple showlinks. It should work like the director/writer field where if you use a comma to separate multiple entries since you can have more than one showlink to a movie. I'm not sure if this is included in the 'sanity check' you mentioned or not so I thought it prudent to mention. At the moment if you save on a movie with two showlinks in the nfo it'll delete one of them. |
Oh, well, seems I was a bit too fast with my change and didn't properly read Kodi's Wiki. |
Yeah this is why I recommended making it into a tag system like the tags in case for like shows that might have a comma in the name. Like |
Oh, sorry about that 😄 |
The next Nightly version will contain your feature with multiple |
Wouldn't this cause issues then for tv shows that contain commas in their name like |
Yes, it would. This isn't a proper solution. Only the MediaElch UI part does the comma-separation stuff. Once we have a proper UI widget for lists, this field, as well as other fields need to be adapted/fixed. I'm open for contributions here. :) |
What I recommend is doing it similar to the tags where you can type out the name and then click enter and it pops down below as an entry that you can click on and off. It'd at least be good standby until the new list widget is created. |
You're right. 😄 |
Is your feature request related to a problem? Please describe.
I discovered a field that is not currently represented in Media Elch that kodi is able to utilize. The TV Show link tag. This tag allows you to when scraping nfo files to link a movie to the relevant show it's attached to.
I propose adding this field to the Extended section for movies in a similar form as how Genres/Tags/Countries/Studios are listed with the ability to type in one and then it's added below in a clickable toggle fashion like the others as you can add multiple tv shows the movie is linked to by adding more tags.
Below is the format of the tag how it shows in nfo, movies can be linked to multiple shows by adding in extra showlinks. As well here is a link to the kodi page describing the feature, at the bottom is the section about nfo https://kodi.wiki/view/Linking_movies_to_TV_shows
Describe the solution you'd like
I'd like to see this implemented as a feature for ease of nfo creation entirely within MediaElch.
Describe alternatives you've considered
Alternatively they can be just added in separately after creating the initial MediaElch. However as MediaElch doesn't support the field if you later attempt to update the nfo file with MediaElch again it'll delete the showlink tags.
The text was updated successfully, but these errors were encountered: