Komet / MediaElch

Media Manager for Kodi
https://mediaelch.github.io/mediaelch-doc/about.html
GNU Lesser General Public License v3.0
843 stars 94 forks source link

Store arbitrary urls #1554

Open Cj-Malone opened 1 year ago

Cj-Malone commented 1 year ago

Is your feature request related to a problem? Please describe. I'd like to be able to store urls with my media. Some things are better as an ID, eg #1553, some things in a grey area, eg BBC/publishers id/urls, some things are probably out of scope, eg source urls. But it any of the above it'd like to be able to start storing them without MediaElch having to be changed.

Describe the solution you'd like Be able to add urls via MediaElch, and store them in the NFO. No strong opinion on the structure in there, maybe just an array of relatedurls contain the strings.

Describe alternatives you've considered Editing the NFO manually, storing the urls in side files. The former doesn't work, the latter is a sub par experience.

bugwelle commented 1 year ago

I must have missed this feature request.

I can't promise anything, but do you want to have an arbitrary "key -> value" store?

MediaElch is meant for Kodi, so anything that is not supported by Kodi has low-ish priority and I'm not sure if it will be implemented.

Regards, Andre

Cj-Malone commented 1 year ago

Honestly, I want this to store the source. Magnet links.

Yes, key/value would be great. That way I could add reddit=https://www.reddit.com/r/westworld/ and justwatch=https://www.justwatch.com/uk/tv-series/westworld

bugwelle commented 1 year ago

Got it, thanks. :smile:

I've added it to my backlog. But the priority isn't high for me personally. I can't give an ETA, but maybe I'll look into it after the big "renamer"-rewrite.

Regards, Andre