Extras and RegEx - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Context Menus (https://forum.kodi.tv/forumdisplay.php?fid=309) +---- Thread: Extras and RegEx (/showthread.php?tid=347474) |
Extras and RegEx - M1lQU3 - 2019-09-23 When I goto Extras after putting the supplemental material in a sub folder named 'Extras', the files are escaped.... Ex: %20%20%21%%%%...etc. How can I avoid this. I came across some code that can be added to an 'advancedconfig.xml' file, however i have no idea how that works or where to put it. Again I want the extras not to be ran through an escape string function.... TIA RE: Extras and RegEx - Karellen - 2019-09-23 Please post a screenshot of the problem and also a screenshot of your Extras folder. If the image is on your computer, then use button 19. If the image has already been uploaded to a public image hosting site, right click the image and select Copy image location then use button 14 and paste the link RE: Extras and RegEx - M1lQU3 - 2019-09-28 (2019-09-23, 12:14)Karellen Wrote: Please post a screenshot of the problem and also a screenshot of your Extras folder. I don't have an easy way to post a screenshot so let me explain the situation better: I place the dvd special featurets in a sub folder in the root of my films. An example: ..../films/XXXTHEMOVIETITLEXXX/XXXMOVIE.avi .../films/XXXTHEMOVIETITLEXXX/Extras/XXXEXTRAXXX.avi .../films/XXXTHEMOVIETITLEXXX/Extras/XXXEXTRAXXX2.avi .../films/XXXTHEMOVIETITLEXXX/Extras/XXXEXTRAXXX3.avi ....etc. The extras work fine through the Extras sub-context menu however they are escaped..for example spaces become %20 and other special characters are escaped as well. I was wondering if there was a way to disabke this. Are the Titles stored in a DB escaped. Is there a flag somewhere in the DB tree I can switch to disable this? It looks like %$34%%i%%t and makes it hard to read. Thx RE: Extras and RegEx - Karellen - 2019-09-28 Nope, they are not stored in a database. They are simple direct access of the file system. I have never seen such an occurrence, which is why I asked for a screenshot as the starting step to diagnose this. If you cannot provide it, then there is nothing else I can do. RE: Extras and RegEx - M1lQU3 - 2019-09-28 (2019-09-28, 05:10)Karellen Wrote: Nope, they are not stored in a database. They are simple direct access of the file system. RE: Extras and RegEx - Karellen - 2019-09-28 What skin is that? Are you sure you are using the Extras add-on? RE: Extras and RegEx - M1lQU3 - 2019-09-28 (2019-09-28, 06:04)Karellen Wrote: What skin is that? Are you sure you are using the Extras add-on? Estouchy, latest v19 Alpha |