2016-05-02, 17:31
Its path substitution - do this for sources, playlists and favourites to keep all devices using the same settings.
(2016-05-02, 17:31)jeffski10 Wrote: Its path substitution - do this for sources, playlists and favourites to keep all devices using the same settings.That makes sense. For now you should be able to manually specify where your sources.xml is using the settings page.
(2016-05-02, 17:31)jeffski10 Wrote: Its path substitution - do this for sources, playlists and favourites to keep all devices using the same settings.
<source>
<name>All Movies</name>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Action/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Comedy/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Drama/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Horror/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Sci-Fi/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Family/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Kid Action/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Kid Comedy/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Kid Drama/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Kid Horror/</path>
<path pathversion="1">smb://192.168.0.103/Media/Movies/Kid Sci-Fi/</path>
<thumbnail pathversion="1">/storage/.xbmc/userdata/Icons/all.png</thumbnail>
<allowsharing>true</allowsharing>
</source>
<source>
<name>Kids Films (2)</name>
<path pathversion="1">smb://HS-DHGL925/share/Kids Films/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>More TV</name>
<path pathversion="1">/media/nas/More TV/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>More Movies</name>
<path pathversion="1">/media/nas/More Movies/</path>
<allowsharing>true</allowsharing>
</source>
<regexp>(.*?)([ \(]+[1-9]+of+[1-9]+[\)])(.*?)(\.[^.]+)$</regexp>
(2016-05-02, 21:46)MacGyver Wrote: Oh, and I have LOTS of merged files from split files ie. It (1984) (1of4).avi, It (1984) (2of4).avi, etc... all showing up as one singular library entry "It (1984)" in the library by using a regex in advancesettings.xml like:That should be okay. We are hunting down files that are not in a "keep it" path list. So as long as all of those parts lurk in a "keep it" under folder path, then that will be fine.
Code:<regexp>(.*?)([ \(]+[1-9]+of+[1-9]+[\)])(.*?)(\.[^.]+)$</regexp>
<video>
<default pathversion="1"></default>
<source>
<name>TVShows</name>
<path pathversion="1">nfs://192.168.1.7/Movies/TVShows/</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies1</name>
<path pathversion="1">W:\</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies2</name>
<path pathversion="1">V:\</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies3</name>
<path pathversion="1">T:\</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies4</name>
<path pathversion="1">S:\</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies6</name>
<path pathversion="1">P:\</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies7</name>
<path pathversion="1">O:\</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>movies8</name>
<path pathversion="1">X:\</path>
<allowsharing>true</allowsharing>
</source>
</video>
(2016-05-02, 23:00)orby Wrote: just tried running it and it removed all of my movies, sources.xml below, backup restored and all is good again thank you for your time and work looking forward to blowing something up again in the near future hehe
(2016-05-02, 23:39)MacGyver Wrote: I just tried 0.5.1 and it worked great, and the built-in kodi clean is now 10x faster. I haven't noticed any weird side effects, so far it looks good here.
Thanks guys. The built-in kodi speed up alone was worth the first restore.
I'll do a more thorough look when I get off work tomorrow, but it seems to have worked perfect this time.
Thanks again guys.