Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
dbg 1: mgMuggle::ProcessArgs mp3: using MPEG Audio Decoder 0.14.2 (beta) mp3: compiled with 0.14.2 (beta) dbg 1: Media Type GiantDiscselected dbg 1: Using TCP-host for connecting to Database. dbg 3: Successfully connected to sql database GiantDisc dbg 3: Initializing track filters ...... dbg 1: mgMuggle::Start: Looking for file /etc/vdr/plugins/muggle/playlist_commands.conf ...... |
Quoted
Error: SQL error in MUGGLE:
INSERT INTO tracks (artist,title,genre1,genre2,year,sourceid,tracknb,mp3file,length,bitrate,samplerate,channels,genre1) VALUES ("Various", "Lloyd Robinson - Cuss Cuss", "", "", 0, "420045795-Trojan Dan", 1, "mp3/01 - Lloyd Robinson - Cuss Cuss.mp3", 159, "160", 44100, 2, na)
This post has been edited 1 times, last edit by "hotzenplotz5" (Oct 18th 2004, 10:28pm)
Quoted
dbg 5: 0 children expanded
mgMainMenu::ProcessKey terminated
mgMainMenu::ProcessKey entered
dbg 1: mgMainMenu: in state TREE
dbg 1: mgMainMenu: collapse current node
warning: Node already expanded
mgMainMenu::ProcessKey terminated
mgMainMenu::ProcessKey entered
dbg 1: mgMainMenu: in state TREE
mgMainMenu::ProcessKey terminated
This post has been edited 1 times, last edit by "hotzenplotz5" (Oct 18th 2004, 10:36pm)
Quoted
Error: SQL error in MUGGLE:
INSERT INTO tracks (artist,title,genre1,genre2,year,sourceid,tracknb,mp3file,length,bitrate,samplerate,channels,genre1) VALUES ("Various", "Lloyd Robinson - Cuss Cuss", "", "", 0, "420045795-Trojan Dan", 1, "mp3/01 - Lloyd Robinson - Cuss Cuss.mp3", 159, "160", 44100, 2, na)
|
|
Source code |
1 2 3 4 5 6 7 |
mp3file="$*" for file in `ls -1rt $mp3file` ; do echo "$file" wavfile=`echo $file | sed s/\\.mp3/.wav/` echo $wavfile mpg123 -w $wavfile $file done |