Reset MythTV music database

August 22, 2008
Tags: , ,

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)

Comments Off

Fedora 9 and encfs Encryption

August 4, 2008
Tags: , , ,

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 [...]

Comments Off