Reply to comment
mythfs-0.24.1
It has been a while, but here's a brand new release of mythfs. From now on Mythfs release numbers will be synchronised with the Mythtv releases, so you can easily download the version matching your backend.
The main changes are:
1) Support of all recent MythTV versions (up to 0.24). Mythtv protocol version up to 65 are supported, including the new (crazy) release tokens
2) Support for user configurable replacement of characters: some characters are not allowed in filenames, most notably slashes (/). It is now possible to replace all characters you do not want in a name of a recording for a configurable alternative.
Just add something like this to your mythfs.conf file:
replace_map = {'/': '-', '"': '.', 'apple': 'pear'}
3) Configurable main categories:
Translate 'Programs', 'Channels' and 'Dates' in your own language or any other string you like
4) Debian and ubuntu packages (64bit only)
Download release 0.24.1 from Sourceforge or add my repository to your Debian or Ubuntu installation:
sudo echo deb http://ppa.fokke.org/ squeeze main unstable > \
/etc/apt/source.list.d/ppa.fokke.org.list
sudo echo deb-src http://ppa.fokke.org/ squeeze main unstable >> \
/etc/apt/source.list.d/ppa.fokke.org.list
sudo apt-key adv --keyserver keys.gnupg.net --recv-key 504D3831Update your repository and install the package:
sudo apt-get update
sudo apt-get install python-mythfsWant to know more about Mythfs? Please visit the overview page. Mythfs is an add-on for MythTV.
- Add new comment
- 420 reads

