long time no chat everyone. ive got a bit of a problem. i a bunch of mp3's that have an ! mark in the artist name-and due to that it will not show up in the...
I seem to do this a lot. turns out my previous post was just a bunch of hog wash. after i was just looking at how tables were configured in the database and...
im not sure if its something im doing, but this is a bit weird. the usage of my box has jumped from not being used at all to being used a couple times a day....
... For future reference: the "bad characters" pattern is in the "collect" script. I have a TODO written down to move that into the App::TVDinner::Lib module,...
Hello, these days I updated my mp3-collection and the tvdinner-stats show me some potential duplicates, but when i follow the link, the duplicates-list stays ...
Andreas Haehnel
andreas.haehnel@...
Apr 9, 2004 7:23 pm
86
... This feature is incomplete. Though it will tell you how many duplicates there are, it doesn't current list *which* are duplicates. I will try to finish...
for starters the install_database.sh script didnt work for me. i had to tell it to use the mysql database when running create_user_accounts.sql. Then it...
... Thanks for catching that -- I fixed it in the current version. You're right, the install_database.sh script needs the following: echo "generating default...
ok i spent a bit more time, made sure i ran all the database configs that were in there, and then double checked the playlist_idx and by default there were 3...
... The error is happening right after you login? After you recieve the error, try going to a different page by typing in the URL. For example: http://<your...
i entered dbstats.html in manually and it came up. it seems like i can navigate just about everywheres except main_menu. when i try to go to main_menu i get...
... Ok. Looks like there's something wrong with the way the $limit variable coming in is handled. It's passing it to the query as a string when it should be a...
that took care of me for the login side of things. however i still have one remaining problem, and thats downloading/playing songs. im sure its a permission...
... Check the permissions on your /mp3 diretory -- make sure that Apache has permissions to read the files. Also, make sure you have the following in your...
... that was it. apache::mp3 was installed, but this file was using App::TVDinner::MP3, and the alias was incorrect for me. once i adjusted those, streaming...
for some reason, if i let tvdinner sit around ahwhile, when i finaly go to connect to it i get the following error: error: DBD::mysql::st execute failed:...
... Hmmm...looks like a problem with Apache::Session. Is your MySQL process complete gone (from ps for example)? I'll see what I can dig up. Sean -- \___/...
... process ... no, its never actually dropped out completly. sometimes i can refresh a billion times and it will come back to life, in a very unstable state...
... I use MySQL for all of my websites (at least Apache::Session) so I think my database never sleeps. The only different thing I do to start is set the max...
not sure if it changes the scenario any, but i previously said that restarting mysql did the trick. which is true under the old version, restarting apache is...
... That points pretty much to Apache::Session::MySQL. I've noticed while coding and debugging that when a page crashes with a Mason error, I have to clear the...
Over the past few months, I've been working to improve the interface to TVDinner. I've grown tired of the same old boring colors, so I've spruced it up a bit....
really like the new changes, especially to the layout. I am having a couple of problems with it though, one of which is new, the other happened in .4 and has...
I am installing tvdinner in a subdirectory of my web docroot, eg: http://domain.com/tvdinner I know I am getting close, Mason is running and the system is...
Someone please give me a sanity check. :) In the mason.conf file ... my $root = '/usr/local/etc/apache'; I set this to my apache conf directory, and created a...
... You don't need to set this all the way down to the TVDinner directory. You'll probably want this to be just "/home/www/data/". I think this is the cause of...
Hey Sean et al. I'm finally getting around to implementing TVDinner... but I figured I'ld try to port it to Apache2/mod_perl2 at the same time just to make...
... You may want to subscribe to the Mason mailing list. I believe there are some known problems with Apache/MP2 -> Mason integration. As for the version -- I...
Just curious: How many of you (on this list) have working TVDinner servers? I'm considering adding a feature that will allow servers to "hook up" and stream...