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 504D3831

Update your repository and install the package:

sudo apt-get update
sudo apt-get install python-mythfs

Want to know more about Mythfs? Please visit the overview page. Mythfs is an add-on for MythTV.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.