-
the bug strikes again. however, the playlist tracker reports no duplicate entries for the 4.29 show starting at 2:10am
there are, however 2 timestamps on the playlist that whose difference in time seem unusual. one at 3:25am, as the next stamp is at 3:54am for a song on the love,peace, and poetry (african psychadelic music) album whose length of 29 minutes is suspect.
likewise, at 5:14am, the...
2009-04-29 11:54:35 UTC in The Megatron Daemon
-
will be called 'future', as the string buffer is small and future conveys better meaning.
2009-04-17 23:06:38 UTC in The Megatron Daemon
-
restructured approvePending(id) and move(id) methods to degrade in the event of a failed import. album approval now happens in the following way:
1) try to move the album -> if this fails, we return error
2) if we successfully move album -> alter database to set album pending status to 0 and alter track paths.
2009-04-10 13:09:42 UTC in The Megatron Daemon
-
changed query to include albumid and tested to confirm updated tracks.
2009-04-10 13:07:35 UTC in The Megatron Daemon
-
as of late, this does not appear to be happening anymore. disabling utf-8 file strings in the jvm caused this symptom to disappear. investigation of these sandwiches is still ongoing...
2009-03-24 08:03:29 UTC in The Megatron Daemon
-
use case:
120 minute block schedule enforced every day from 8pm-midnight. user scheduled show from 23:00-00:00 and the scheduler lets him through, even though he is violating block boundary. changing end time to 23:59 properly kicks user out of that slot, revealing working length check on show.
when chekc is performed on block boundary, 23:00-00:00 yields negative number somewhere...
2008-09-01 11:22:27 UTC in The Megatron Daemon
-
we needed to tell the JVM to use UTF-8 character encoding.
At the command line, you can change the character encoding by the following:
java -Dfile.encoding=UTF-8 [filename].
2008-02-18 00:13:12 UTC in The Megatron Daemon
-
Megatron should have the ability to import into the archive db already present music on local machine by reading tag information already contained in tracks. If tracks lack complete information, populate temporary table with them and present correctional opportunity through web interface (and log occurrences). When updating track fields in correctional pages for misspellings, punctuation, etc...
2007-12-29 02:15:03 UTC in The Megatron Daemon
-
Currently, the import pending command for grabbing newly ripped tracks and populating the database with new artists, albums, tracks has the following two bugs:
1) flawed exists(artist) method for seeing if a given group is already in the database
2) flawed getter method for retrieving group id of group already in db.
2007-12-28 22:34:54 UTC in The Megatron Daemon
-
When ripperhelper script runs, query the database for kwurgenres and present them to the user. The user then selects the KWUR genre that matches the album they are ripping so that it can be appended to the album information.
2007-12-27 01:22:54 UTC in The Megatron Daemon