diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-01-10 07:30:54 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-01-10 07:30:54 +0000 |
commit | 37e5ef3df27d40608d7b34f5fcb09234c7906295 (patch) | |
tree | cff7c83e4f08b0b4155206b091d641a29de3ae98 /README | |
parent | 6c1699dd3c79d70872d9c4f6a391386e7f5e0f31 (diff) | |
download | vdr-plugin-muggle-37e5ef3df27d40608d7b34f5fcb09234c7906295.tar.gz vdr-plugin-muggle-37e5ef3df27d40608d7b34f5fcb09234c7906295.tar.bz2 |
Mugglei now provides defaults for missing tags
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@341 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -34,7 +34,7 @@ parameters are descibed in Section 5. \section prereq PREREQUISITES -The plugin is written for VDR 1.2.6. In addition, the following pieces of +The plugin currently runs on VDR 1.3.7+. In addition, the following pieces of software are required: - mySQL server (tested with 4.0.18) (Debian packages mysql-server, mysql-client) @@ -69,7 +69,7 @@ For example (paths and version numbers may vary) Establish a symlink as you would for other plugins: \verbatim - ln -s muggle-0.1.7 muggle + ln -s muggle-0.1.0 muggle \endverbatim Within the VDR main directory (e.g. /usr/local/src/VDR) issue @@ -182,6 +182,14 @@ Speed should not be an issue: on my machine, it takes about 10 secs to run the i albums with more than 600 tracks. Further 1200 tracks or so require 20 more secs. This depends on machine configuration, of course. +If a track has no ID3 tags, the following defaults will be applied: + +- Title: Filename will be used +- Artist: "Unknown" +- Album: "Unassigned" +- Track: 0 +- Year: 0 + \section config MUGGLE CONFIGURATION Muggle uses a small set of command line parameters in order to control the interaction with the mySQL server. |