[mythtv-users] Big mythmusic scan problem

Paul Harrison mythtv at sky.com
Fri Jul 15 12:52:55 UTC 2011


On 15/07/11 13:25, The GUIGuy wrote:
> On 15/07/11 19:21, Paul Harrison wrote:
>> I think you are going to have to manually set the setting in the db for
>> now until the bug is fixed. Something like this should do it :-
>> UPDATE settings SET data='path/to/music/directory/' WHERE
>> value='MusicLocation' AND hostname='host name of frontend';
>>
> Thanks Paul.
>
> I'm assuming that should be 'settings' table in mythconverge?
>
> The `value` name does not exist so I'll try creating it.
>
> Cheers
>

Yep, the settings table in mythconverg (without the e).

If you are sure the setting doesn't exist already then this will add it.
INSERT INTO settings (value, data, hostname) VALUES ('MusicLocation',
'/path/to/music/directory ', 'hostname of frontend');

Paul H.




More information about the mythtv-users mailing list