jellyfin / jellyfin-plugin-tmdbboxsets

https://jellyfin.org
MIT License
66 stars 16 forks source link

Ampersands are getting scraped as `&` #37

Open unikitty37 opened 3 years ago

unikitty37 commented 3 years ago

When scraping movies that are in collections whose name contains an ampersand, the collection name is saved with the ampersand escaped as &.

For example, scraping Bill & Ted's Excellent Adventure, which is part of the Bill & Ted's Most Excellent Collection, causes the collection name to be saved as Bill & Ted's Most Excellent Collection.

I assume any < characters would suffer in a similar way, but they're a lot less likely to turn up in collection names 😁

(This isn't particularly noticeable in the Jellyfin UI, as Jellyfin still renders the escaped sequence as an & — but it shows up as soon as you sync the library with Kodi…)

Fabio89160 commented 1 year ago

comment résoudre ce problème de &amp dans les collections ? quelqu'un a une idée ?

RickoT commented 6 months ago

I'm surprised there's no activity on this issue... I would love to see this cleaned up