Playlist path and additional music extensions
Posted: 14 Aug 2016, 05:51
I had raised two feature requests in a separate forum, but wanted to formally also include them in the right part of the forum as feature request:
1) Playlistpath - Kodi supports to include a playlist path in advancedsettings to support centralized playlists on a server. Any chance to include a setting to include this playlistpath. See below how the advanced settings looks like:
<advancedsettings>
<system>
<playlistspath>smb://username:[email protected]/data/playlists</playlistspath>
</system>
</advancedsettings>
2) I have some files in mp4 and m4v, which are supported as videos, but not as music. To add them to the music library, I need to add these extensions manually in the advancesettings.xml file in Kodi. Any chance to include support for them? Advancedsetting as follows:
<advancedsettings>
<musicextensions>
<add>.mp4|.m4v</add>
</musicextensions>
</advancedsettings>
Thanks in advance!
1) Playlistpath - Kodi supports to include a playlist path in advancedsettings to support centralized playlists on a server. Any chance to include a setting to include this playlistpath. See below how the advanced settings looks like:
<advancedsettings>
<system>
<playlistspath>smb://username:[email protected]/data/playlists</playlistspath>
</system>
</advancedsettings>
2) I have some files in mp4 and m4v, which are supported as videos, but not as music. To add them to the music library, I need to add these extensions manually in the advancesettings.xml file in Kodi. Any chance to include support for them? Advancedsetting as follows:
<advancedsettings>
<musicextensions>
<add>.mp4|.m4v</add>
</musicextensions>
</advancedsettings>
Thanks in advance!