2024-03-14, 06:36 PM
(This post was last modified: 2024-03-14, 06:50 PM by dacook. Edited 8 times in total.)
I want to have an index in my directory-name, so i can see it sorted in filemanger.
But the index breaks the scraping and jellyfin doesnt find the movie
in kodi there is "cleanstrings", but it only deletes stings to the right (e.g. resolution, codec, ...)
https://kodi.wiki/view/Advancedsettings....eanstrings
I would need to have a option (or config) to tell the scraper ignore everything to the left of eg. "_" and search then
01_Star.Trek.The.Motion.Picture.1979 --> Star.Trek.The.Motion.Picture.1979
I aslo tried to add it in system.xml , but it didn´t work:
But the index breaks the scraping and jellyfin doesnt find the movie
in kodi there is "cleanstrings", but it only deletes stings to the right (e.g. resolution, codec, ...)
https://kodi.wiki/view/Advancedsettings....eanstrings
I would need to have a option (or config) to tell the scraper ignore everything to the left of eg. "_" and search then
01_Star.Trek.The.Motion.Picture.1979 --> Star.Trek.The.Motion.Picture.1979
I aslo tried to add it in system.xml , but it didn´t work:
Quote: <SortRemoveWords>
<string>01_</string>
<string>02_</string>
<string>03_</string>
<string>04_</string>
<string>05_</string>
<string>06_</string>
<string>07_</string>
<string>08_</string>
<string>09_</string>
<string>10_</string>
</SortRemoveWords>