[Solved] frontend doesn't remeber audio selection

For discussion related to MythTV which doesn't belong in another forum.

Moderator: Forum Moderators

Post Reply
Stuart2020
Newcomer
Posts: 9
Joined: Sun Jul 28, 2019 1:20 pm
United States of America

[Solved] frontend doesn't remeber audio selection

Post by Stuart2020 »

Every time I start mythfrontend, I need to enter setup and re-select my audio preference. How can I make this stick, or at least enter my selection on the command line when starting the front end?
Last edited by Steve Goodey on Sun Mar 13, 2022 1:46 pm, edited 1 time in total.
Reason: Added solved.
User avatar
bill6502
Developer
Posts: 2325
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: frontend doesn't remeber audio selection

Post by bill6502 »

I'd start here: https://www.mythtv.org/wiki/Config.xml#Troubleshooting . Settings, like audio selection are
saved in the DB.
Stuart2020
Newcomer
Posts: 9
Joined: Sun Jul 28, 2019 1:20 pm
United States of America

Re: frontend doesn't remeber audio selection

Post by Stuart2020 »

I had thought the database only stored back end settings. Clearly each front end that attaches to the back end can use different audio settings.
User avatar
bill6502
Developer
Posts: 2325
Joined: Fri Feb 07, 2014 5:28 pm
United States of America

Re: frontend doesn't remeber audio selection

Post by bill6502 »

There's a hostname column in the settings table. Both backend and frontend settings are stored there.
Stuart2020
Newcomer
Posts: 9
Joined: Sun Jul 28, 2019 1:20 pm
United States of America

Re: frontend doesn't remeber audio selection

Post by Stuart2020 »

Solved. I am running my front end in Docker, which was changing the hostname for every instantiation. I found the docker command to set the host name on startup and all is now well.
Post Reply