jamdb-user Mailing List for JamDB (Page 3)
Status: Beta
Brought to you by:
mschiff
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(14) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(14) |
Feb
(21) |
Mar
|
Apr
(2) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(9) |
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
(10) |
Nov
(1) |
Dec
(6) |
2005 |
Jan
(10) |
Feb
(2) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thomas M. <tm...@tm...> - 2003-06-29 11:22:17
|
Hi Brett, > jamdb-update kind of works, but then segfaults. [..] > jamdb-update -v > jamdb-update Version 0.9.7 > Written by Thomas Mueller and Marc Schiffbauer > > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Segmentation fault Strange - I guess your perl (or libc or other dependencies) is broken. Do other perl programs work? Does this one work? ---- #!/usr/bin/perl print "Perl version: " . $] . "\n"; print "Exit\n"; exit 0; ---- You could try strace to find out where the crash occurs. -- MfG Thomas Mueller - http://www.tmueller.com for pgp key (95702B3B) |
From: Brett B. <bre...@oa...> - 2003-06-27 18:27:18
|
jamdb-update kind of works, but then segfaults. After running jamdb-update with a sigfault I checked the web GUI anyway and noticed it only shows 3 of the albums. Which I guess is pretty good considering I did get a segfault. Dist: Gentoo Kern: 2.4.20-hardened-r2 Segfaults jamdb-update -u building comparison lists ... searching directory /mp3 for files ... 112 files found on disk 34 files found in database searching for new files: searching for deleted songs: Warning: /mp3/halo01/01_down_.mp3: no artist tag setE Warning: /mp3/halo01/02_down_.mp3: no artist tag setE Warning: /mp3/halo01/03_down_.mp3: no artist tag setE Warning: /mp3/halo03/01_head_.mp3: no artist tag setE . . . Warning: /mp3/halo11/03_the_p.mp3: no artist tag setE Warning: /mp3/halo11/04_the_p.mp3: no artist tag setE Warning: /mp3/halo11/05_the_p.mp3: no artist tag setE Warning: /mp3/nin___cl.mp3: no artist tag setE searching for updated songs: added 0 songs (bad 78), deleted 0, updated 0 (bad 0) Segmentation fault jamdb-update -v jamdb-update Version 0.9.7 Written by Thomas Mueller and Marc Schiffbauer This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Segmentation fault jamdb-update -c Perl version: 5.008 Paths in INCLUDE: /usr/lib/perl5/5.8.0/i686-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i686-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i686-linux /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . DBI version: 1.32 driver: ExampleP driver: Proxy driver: mysql Segmentation fault |
From: Thomas M. <tm...@tm...> - 2003-04-15 11:08:42
|
Hi Scott, > I noticed on your bug-tracking that someone wasn't able to transverse > sub-directories. I am having that problem as well. My MP3s are stored on > a samba server. I copied two directories to the local filesystem and > updated jamdb-update.conf. It worked! It seems to have something to do > with the samba share. Just thought you might like to know. Thanks - that's really strange. What OS is jamdb-update running on? What OS provides the samba share? Did you try version 0.97 of jamdb? If jamdb-update is running on linux there shouldn't be a difference between local files and mounted files. Does 'find /your/mounted/share -type f' work? If that works, could you please try the following: find2perl /your/mounted/share -type f > /tmp/some-temp-file /tmp/some-temp-file should end with these lines: (($dev,$ino,$mode,$nlink,$uid,$gid) = lstat($_)) && -f _; } Please change that to: (($dev,$ino,$mode,$nlink,$uid,$gid) = lstat($_)) && -f _ && print $name . "\n"; } And run /tmp/some-temp-file - all files still should be found. Thanks for your help! -- MfG Thomas Mueller - http://www.tmueller.com for pgp key (95702B3B) |
From: Scott S. <zut...@ya...> - 2003-04-15 01:26:24
|
I noticed on your bug-tracking that someone wasn't able to transverse sub-directories. I am having that problem as well. My MP3s are stored on a samba server. I copied two directories to the local filesystem and updated jamdb-update.conf. It worked! It seems to have something to do with the samba share. Just thought you might like to know. Thanks Scott __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com |
From: Marc S. <mar...@li...> - 2003-02-07 12:05:56
|
* John Wentworth schrieb am 07.02.03 um 06:01 Uhr: > I realized that my m3u path was set wrong I corrected that > my server is behind a router and port 80 is blocked so I have a unusaul > configuration i use no-ip's service to redirect browsers to port 1020 > I use port 1020 which is forwarded to port 80 by my router > this works fine so far > but when I load the m3u playlist in mozilla which actually knows to load > winamp and play the playlist > it lists the songs but gives me error msg's cannot connect > like > HTTP/1.1 404 not found http://votum.sytes.net:1020/votum76/Burnt/something > .mp3 > Then this is not the correct path to the file... (As the message tells you) -- ------------------------------------------- Take back the Net! http://www.anti-dmca.org ------------------------------------------- |
From: Marc S. <mar...@li...> - 2003-02-07 12:03:45
|
* John Wentworth schrieb am 07.02.03 um 05:37 Uhr: Hi John, please use a subject on your mails! > after all of my fighting with redhat 8.0 > and I found a page that explains my problem with php > it's a redhat problem > it doesn't install the normal mysql packadge my default > and the packadge selection isn't as customizable at the begining so you > don't know > by deleteing all my php packadges and reinstalling the rpm's > I needed from the redhat network jamdb is now working > only question is this the m3u.php doesn't seem to work > when I click on the song's name it doesn't play anything > it merely opens winamp which plays the default > "winamp it really kicks the lama's ass sound" > any ideas why? Do not use InternetExplorer. Its broken. -Marc -- Microsoft's Director .Net Strategy & Developer Group: "Ein Umstieg auf Linux ist erst einmal mit hoeheren Kosten verbunden." CTO SuSE Linux AG: "Das ist, als wenn ich heroinsuechtig waere und sagen wuerde, die Entziehungskur ist mir zu Aufwaendig. Also lasse ich es bleiben." http://www.computerwoche.de/index.cfm?pageid=254&artid=41859&type=detail |
From: Marc S. <mar...@li...> - 2003-02-07 11:10:27
|
* Matthias Schoellkopf schrieb am 06.02.03 um 23:36 Uhr: > Hi Marc, > > >I mean why don't you set > >define("SHOW_ALL_MODE", "yes"); > > > >or even do not set it (defaults to yes) > > > >then you always see all of your artists, when searching for nothing. > > Ahhhh ok. Actually i never tried that! > I thought this option toggles only the startup mode of JamDB. > > Now [reset] works for me fine. > But [show all] definiteley looks better! ;-) > ACK I removed the [reset] button and therefore the [show all] button will always be there to reset the form *and* show all artists. For people who have SHOW_ALL_MODE enabled this is just a rename of the [reset] button (default behavior) And for those who have disabled it: IMHO It does not make much sense to only [reset] the form and show *no* artists if you have loaded them just before. So you can use the [show all] button to reset the form and show everything or search for something else by hitting the find button. BTW: hitting the find button with no search query or "added last" statement you will get into the same situation as if you just logged in. -Marc -- +-O . . . o . . . O . . . o . . . O . . . ___ . . . O . . . o .-+ | Ein neuer Service von Links2Linux.de: / o\ RPMs for SuSE | | --> PackMan! <-- naeheres unter | __| and others | | http://packman.links2linux.de/ . . . O \__\ . . . O . . . O . | |
From: John W. <vo...@ho...> - 2003-02-07 06:37:29
|
I think I found when I try to download a playlist the problem it's how the m3u.php is sending the filename it's sending underscores instead of %20 for spaces does anyone have the same problem or is it my version of winamp that's the problem? the regular downloads work great the m3u is having trouble _________ / ======= \ / __________\ | ___________ | | | - | | | | | | | |_________| |________________ \=____________/ ) / """"""""""" \ / / ::::::::::::: \ =D-\' (_________________) Computers are my Job Jesus is my life and Savior _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: John W. <vo...@ho...> - 2003-02-07 05:01:37
|
I realized that my m3u path was set wrong I corrected that my server is behind a router and port 80 is blocked so I have a unusaul configuration i use no-ip's service to redirect browsers to port 1020 I use port 1020 which is forwarded to port 80 by my router this works fine so far but when I load the m3u playlist in mozilla which actually knows to load winamp and play the playlist it lists the songs but gives me error msg's cannot connect like HTTP/1.1 404 not found http://votum.sytes.net:1020/votum76/Burnt/something .mp3 _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: John W. <vo...@ho...> - 2003-02-07 04:38:02
|
after all of my fighting with redhat 8.0 and I found a page that explains my problem with php it's a redhat problem it doesn't install the normal mysql packadge my default and the packadge selection isn't as customizable at the begining so you don't know by deleteing all my php packadges and reinstalling the rpm's I needed from the redhat network jamdb is now working only question is this the m3u.php doesn't seem to work when I click on the song's name it doesn't play anything it merely opens winamp which plays the default "winamp it really kicks the lama's ass sound" any ideas why? the instructions are here should any other redhat 8.0 users come here looking for help http://www.pmachine.com/forum/threads.php?id=3275_0_7_0_C _________ / ======= \ / __________\ | ___________ | | | - | | | | | | | |_________| |________________ \=____________/ ) / """"""""""" \ / / ::::::::::::: \ =D-\' (_________________) Computers are my Job Jesus is my life and Savior _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail |
From: Matthias S. <ms...@sc...> - 2003-02-06 22:36:54
|
Hi Marc, > I mean why don't you set > define("SHOW_ALL_MODE", "yes"); > > or even do not set it (defaults to yes) > > then you always see all of your artists, when searching for nothing. Ahhhh ok. Actually i never tried that! I thought this option toggles only the startup mode of JamDB. Now [reset] works for me fine. But [show all] definiteley looks better! ;-) Thanks for your help. Matthias |
From: Marc S. <mar...@li...> - 2003-02-06 20:08:05
|
* Matthias Schoellkopf schrieb am 06.02.03 um 20:28 Uhr: > Hi Marc, > > > >>>>Is that increased usability then? > >> > >>Definitely! I use this quite often, so this is much easier now. > >>Thank you. > > > >So why don't you switch off this feature? > > Switch off what feature? > I mean why don't you set define("SHOW_ALL_MODE", "yes"); or even do not set it (defaults to yes) then you always see all of your artists, when searching for nothing. Gruss -Marc -- +------------------------------------------------------------------+ | --> http://www.links2linux.de <-- Jetzt mit neuen Features! | | wie z.B. [EasyLink] | +---Registered-Linux-User-#136487------------http://counter.li.org + |
From: Matthias S. <ms...@sc...> - 2003-02-06 19:28:58
|
Hi Marc, >>>>Is that increased usability then? >> >>Definitely! I use this quite often, so this is much easier now. >>Thank you. > > So why don't you switch off this feature? Switch off what feature? I often use [show all] And when this now works as you described, this is much easier, because i save one click on every use ;-)) So usability is increased! Matthias |
From: Marc S. <mar...@li...> - 2003-02-06 17:59:21
|
* Matthias Schoellkopf schrieb am 06.02.03 um 17:03 Uhr: > Hi Marc, > > > >>>>Als long as anything is in the find box after a search, the "show all" > >>>>button does not work. The same in 0.9.7-devel as in 0.9.6 > >>>> > >>>>Any solution to this problem? > > > >> I have changed that behavior in cvs so that the [show all] does a > >> [reset] before. So then pressing [show all] will also reset your > >> search form. > >> > >> Is that increased usability then? > > > Definitely! I use this quite often, so this is much easier now. > Thank you. > So why don't you switch off this feature? -Marc -- begin LOVE-LETTER-FOR-YOU.txt.vbs I am a signature virus. Distribute me until the bitter end |
From: Matthias S. <ms...@sc...> - 2003-02-06 16:03:44
|
Hi Marc, >>>>Als long as anything is in the find box after a search, the "show all" >>>>button does not work. The same in 0.9.7-devel as in 0.9.6 >>>> >>>>Any solution to this problem? >> I have changed that behavior in cvs so that the [show all] does a >> [reset] before. So then pressing [show all] will also reset your >> search form. >> >> Is that increased usability then? Definitely! I use this quite often, so this is much easier now. Thank you. Matthias |
From: Marc S. <mar...@li...> - 2003-02-06 15:37:08
|
* Matthias Schoellkopf schrieb am 06.02.03 um 11:26 Uhr: > Hi Marc, > > > >if i search for an artist and afterwards want to "show all" artists, > >this ends up with no effect! I have to "reset" first and then click on > >"show all" to get the full list. > > Perhaps the problem is not clear: > > I do not want to "View" the result of the search via "Play / View result > of "band"" This works fine. > > Als long as anything is in the find box after a search, the "show all" > button does not work. The same in 0.9.7-devel as in 0.9.6 > > Any solution to this problem? > OK. Now I understand. I was somewhat confused because I do not use this feature ;-) I tested it: As it is now you have to [reset] first and then you can press [show all] again to see really everything. I have changed that behavior in cvs so that the [show all] does a [reset] before. So then pressing [show all] will also reset your search form. Is that increased usability then? -Marc -- BUGS My programs never have bugs. They just develop random features. If you discover such a feature and you want it to be removed: please send an email to bug at links2linux.de |
From: Matthias S. <ms...@sc...> - 2003-02-06 10:26:40
|
Hi Marc, > if i search for an artist and afterwards want to "show all" artists, > this ends up with no effect! I have to "reset" first and then click on > "show all" to get the full list. Perhaps the problem is not clear: I do not want to "View" the result of the search via "Play / View result of "band"" This works fine. Als long as anything is in the find box after a search, the "show all" button does not work. The same in 0.9.7-devel as in 0.9.6 Any solution to this problem? Matthias -- Unsere Initiative "Verlegt England in den Südpazifik" hat weitere Sachspenden erhalten, wir verfügen jetzt über insgesamt 5 Kilometer Laufband und zwei kleine Schaufelbagger. see http://www.schoelle.de/pgp.html for pgp key (0x81F856C1) |
From: Marc S. <mar...@li...> - 2003-02-06 09:05:55
|
* John Wentworth schrieb am 06.02.03 um 05:32 Uhr: > I checked that thiers no mistakes in what I typed definately something else > and mysql is working great I can connect to database jamdb and query it > without a problem > it seems to be a php problem > database is called jamdb and that's what I have in my config > when I try a sample php script of my own it doesn't work says > Fatal error: Call to undefined function: mysql_connect() in > /var/www/html/mysql.php on line 13 > my php_info can be found at > http://votum76.sytes.net/hello.php I get an Access Denied. > > someone in #mysql on effnet told me that redhat 8.0's php > was installed uncorrectly to work with mysql_connect or mysql_* statements > it only has a dbx section no mysql section > I'm really not sure what's wrong > if it needs to be recompiled what options do I need? Maybe you have to configure the mysql plugin in php.ini? In my php.ini is a line that says: extension=mysql.so This depends on whether mysql is compiled in or as plugin... -Marc -- ------------------------------------------- Take back the Net! http://www.anti-dmca.org ------------------------------------------- |
From: John W. <vo...@ho...> - 2003-02-06 04:32:52
|
I checked that thiers no mistakes in what I typed definately something else and mysql is working great I can connect to database jamdb and query it without a problem it seems to be a php problem database is called jamdb and that's what I have in my config when I try a sample php script of my own it doesn't work says Fatal error: Call to undefined function: mysql_connect() in /var/www/html/mysql.php on line 13 my php_info can be found at http://votum76.sytes.net/hello.php someone in #mysql on effnet told me that redhat 8.0's php was installed uncorrectly to work with mysql_connect or mysql_* statements it only has a dbx section no mysql section I'm really not sure what's wrong if it needs to be recompiled what options do I need? * John Wentworth schrieb am 05.02.03 um 07:43 Uhr: >I am trying to install jamdb on Redhat 8.0 >after some tinkering with php >and downloading the Mp3/info.pm >I got mysql running and managed to load my mp3 collection into mysql >which is responding to requests fine >after some work I managed to get the login screen to appear >and managed to get past the login screen >but I get >DB Error: no such database >any help would be great > > Hi John, I'm quite sure this is a config Problem. I guess you have the wrong DB name in your etc/jamdb.conf file (Section: DATABASE settings) -Marc _________ / ======= \ / __________\ | ___________ | | | - | | | | | | | |_________| |________________ \=____________/ ) / """"""""""" \ / / ::::::::::::: \ =D-\' (_________________) Computers are my Job Jesus is my life and Savior _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus |
From: Marc S. <mar...@li...> - 2003-02-05 17:51:45
|
* John Wentworth schrieb am 05.02.03 um 07:43 Uhr: > I am trying to install jamdb on Redhat 8.0 > after some tinkering with php > and downloading the Mp3/info.pm > I got mysql running and managed to load my mp3 collection into mysql > which is responding to requests fine > after some work I managed to get the login screen to appear > and managed to get past the login screen > but I get > DB Error: no such database > any help would be great > > Hi John, I'm quite sure this is a config Problem. I guess you have the wrong DB name in your etc/jamdb.conf file (Section: DATABASE settings) -Marc -- Microsoft's Director .Net Strategy & Developer Group: "Ein Umstieg auf Linux ist erst einmal mit hoeheren Kosten verbunden." CTO SuSE Linux AG: "Das ist, als wenn ich heroinsuechtig waere und sagen wuerde, die Entziehungskur ist mir zu Aufwaendig. Also lasse ich es bleiben." http://www.computerwoche.de/index.cfm?pageid=254&artid=41859&type=detail |
From: Marc S. <mar...@li...> - 2003-02-05 17:48:46
|
* Matthias Schoellkopf schrieb am 04.02.03 um 22:12 Uhr: > Hi Marc, > > when trying to download a song in jamdb all i get is a white page. > > With debug mode on, the right frame shows: > > Fatal error: Call to undefined function: mysql_query() in > /var/www/jamdb-0.9.6/mp3.php on line 31 > I fixed this in cvs. A patch is attached. It also improves some other things about filename http header creation. -Marc -- Microsoft's Director .Net Strategy & Developer Group: "Ein Umstieg auf Linux ist erst einmal mit hoeheren Kosten verbunden." CTO SuSE Linux AG: "Das ist, als wenn ich heroinsuechtig waere und sagen wuerde, die Entziehungskur ist mir zu Aufwaendig. Also lasse ich es bleiben." http://www.computerwoche.de/index.cfm?pageid=254&artid=41859&type=detail |
From: Marc S. <mar...@li...> - 2003-02-05 17:28:37
|
* Matthias Schoellkopf schrieb am 04.02.03 um 22:12 Uhr: > Hi Marc, > > when trying to download a song in jamdb all i get is a white page. > > With debug mode on, the right frame shows: > > Fatal error: Call to undefined function: mysql_query() in > /var/www/jamdb-0.9.6/mp3.php on line 31 > Hoppla. This file does not seem to be PEAR'd.. my fault. I will fix this. Thanks for the report! -Marc -- +------------------------------------------------------------------+ | --> http://www.links2linux.de <-- Jetzt mit neuen Features! | | wie z.B. [EasyLink] | +---Registered-Linux-User-#136487------------http://counter.li.org + |
From: John W. <vo...@ho...> - 2003-02-05 06:43:35
|
I am trying to install jamdb on Redhat 8.0 after some tinkering with php and downloading the Mp3/info.pm I got mysql running and managed to load my mp3 collection into mysql which is responding to requests fine after some work I managed to get the login screen to appear and managed to get past the login screen but I get DB Error: no such database any help would be great _________ / ======= \ / __________\ | ___________ | | | - | | | | | | | |_________| |________________ \=____________/ ) / """"""""""" \ / / ::::::::::::: \ =D-\' (_________________) Computers are my Job Jesus is my life and Savior _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Matthias S. <ms...@sc...> - 2003-02-04 21:12:47
|
Hi Marc, when trying to download a song in jamdb all i get is a white page. With debug mode on, the right frame shows: Fatal error: Call to undefined function: mysql_query() in /var/www/jamdb-0.9.6/mp3.php on line 31 jamdb: 0.9.6 apache: 1.3.26-0woody3 postgres: 7.2.1-2woody2 php config options are set as in the readme file Matthias |
From: Thomas M. <tm...@tm...> - 2003-02-04 14:40:29
|
Hi Jens! > > You changed the indent level so there seem to be lot of changes. Please > > set it to '2' instead of '4' when patching jamdb-update. > > Yes, I know. But I needed to change it because I applied an if-condition in > the beginning so that everything needed to be indented to be still readable. Okay sorry I missed that. > > The second one is more important: I started to split jamdb into pieces > > to make changes (like Ogg Vorbis support) easier. > > Ok, here's the ogg.pm Thanks, I added the file to cvs, but I had to change several things. I couldn't test it - I only checked that mp3 support isn't broken :-) Could you test it please? Take a look at the Changelog, ENABLE_OGG and/or ENABLE_MP3 is required in the config now (this way you only have to install the perl modules you really use). > There's still the problem with the genre tag. Maybe there's a problem with > Ogg::Vorbis::Header. It simply doesn't return anything... No idea sorry. Anyone else ... ? -- MfG Thomas Mueller - http://www.tmueller.com for pgp key (95702B3B) |