-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
- When OBS starts, Tuna doesn't start. I have to go into "Tools"-"Tuna settings" and click "Start" manually.
- Not all settings are saved ("Fetch cover" and "Host/receive information on local webserver" don't get saved) on shutdown.
To Reproduce
- Go to Tuna Settings.
- Disable "Fetch cover", enable "Host/receive information on local webserver".
- Restart OBS.
- See that these options are returned to their default settings ("Fetch cover" enabled, "Host/receive" disabled).
Expected behavior
- I would expect this settings to persist during OBS restart.
- I expect Tuna to start automatically.
Screenshots
Before restart:

After restart:

Log
Before restart: https://obsproject.com/logs/qOAsuARLNMZe2vQq
After restart: https://obsproject.com/logs/ClAHkm6mQDeKBDlj
Additional context
I am running obs in portable mode.
It seems that some of the settings (outputs) are saved in /root/obs-sf/config/obs-studio/plugin_config/tuna/outputs.json
, while others (fetch cover / auto start), are not saved at all.
sudo cat /root/obs-sf/config/obs-studio/plugin_config/tuna/outputs.json
[
{
"format": "{artists} - {title}",
"last_output": "",
"log_mode": false,
"output": "/root/obs-sf-lofi.txt"
}
]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working