<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple Background Music for Custom Theme]]></title><description><![CDATA[<p dir="auto">So I wanted to try making my own custom theme for Opera GX, I've been following the tutorials found online, and it's worked except for 1 problem. When I try to add multiple background musics to the theme, it plays all of them together. I have some experience, but definitely not very sufficient, so I'm hoping someone can help me understand and maybe fix the issue.</p>
<p dir="auto">So far, I've only changed the background music.</p>
<pre><code>{
    "name": "My Theme Test",
    "description": "I'm trying to make a theme",
    "developer": {
        "name": "Fire Soul"
    },
    "icons": {
        "512": "icon_512.png"
    },
    "manifest_version": 3,
    "mod": {
        "license": "license.txt",
        "payload": 
        {
            "background_music":
            [
		"music/DLWinningTheme1.mp3", //Music right here
                "music/DLPlaymakerAndAI.mp3"
            ],
            "browser_sounds":
            
          //A whole bunch of other codes that didn't change
        },
        "schema_version": 1
    },
    "version": "1.0"
}

</code></pre>
]]></description><link>https://forums.opera.com/topic/70935/multiple-background-music-for-custom-theme</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 23:12:22 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/70935.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Apr 2024 03:35:00 GMT</pubDate><ttl>60</ttl></channel></rss>