August 22, 2008
mysql -u mythtv -p mythconverg
delete from music_directories;delete from music_genres;delete from music_artists;delete from music_albums;delete from music_albumart;delete from music_songs;
and then reload all the music files by :Utilities/Setup – Music Tools (which then rescans the files)
Filed under:
Uncategorized by admin
August 4, 2008
To get this installed with ‘useraccount’ having the rights to use the fuse system, as root do :# yum install encfs# /usr/sbin/groupadd -r fuse# /usr/sbin/usermod -a -G fuse useraccount
# Restart X11 – to get the groups right
Now, as your regular user account (’useraccount’ from above) :$ encfs ~/.Fieldstone-Secure.encfs ~/Fieldstone-Secure
# If file doesn’t exist [...]
Filed under:
Uncategorized by admin