Music Broken AdvancedSettings?
#1
For some time I've lost the ability for some of my Music Advancedsettings.xml settings to work or stick.

My playlists always lose the shuffle status, despite:

Code:
<mymusic>
        <playlist>
            <repeat>true</repeat>
            <shuffle>true</shuffle>
        </playlist>
    </mymusic>

My Music ReplayGain status always defaults to Album Levels, when I want Track Levels, despite:

Code:
<musicplayer>
        <replaygaintype>2</replaygaintype>
    </musicplayer>

Clicking a music playlist opens the list, when it should just play it, despite
Code:
<playlistasfolders>false</playlistasfolders>
Win10x64 Pro. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB DDR2 1066MHz RAM. Nvidia GT240 512MB PCIx16. Multiple displays, including Sony VPL-XW5000ES 4k projector + 100" Da-Lite Cinema screen.
Reply
#2
The Debug Log will show you why (your advanced settings file likely isn't being read).
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
jmarshall Wrote:The Debug Log will show you why (your advanced settings file likely isn't being read).

Dammit. As always, you are correct. Problem solved.
Code:
08:16:42 T:2708 M:3223871488   ERROR: Error loading special://profile/advancedsettings.xml, Line 40 Error reading end tag.

I'm batting 2 for 2 this week for starting needless threads.
Win10x64 Pro. Intel Core2Duo E8500 3.26GHz on Gigabyte GA-EP43-UD3L. 4GB DDR2 1066MHz RAM. Nvidia GT240 512MB PCIx16. Multiple displays, including Sony VPL-XW5000ES 4k projector + 100" Da-Lite Cinema screen.
Reply

Logout Mark Read Team Forum Stats Members Help
Music Broken AdvancedSettings?0