0
I Use This!
Inactive

Commits : Listings

Analyzed 28 minutes ago. based on code collected about 20 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added listing "default value" to the config "page" More... over 15 years ago
just an insignificant change to the database More... over 15 years ago
changed default path of "sorted", "unsorted" and "duplicates" music More... over 15 years ago
setting table now got a "default value" instead of that only being hid away in the daemon More... over 15 years ago
added config.pl and config.tmpl More... over 15 years ago
no need for index.pl anymore. nothing useful in that file More... over 15 years ago
added style.css from klette. fixed a bug in album.tmpl More... over 15 years ago
added template & some code for album view, as well as a new database dump More... over 15 years ago
"file.pl" will generate a page that contains pretty much the data i wish to show for a single file. just checking in now that i know it works More... over 15 years ago
in the future, this file is supposed to show info about a single file and which tracks it seems to best match More... over 15 years ago
working ever so slightly on the web stuff. trying to make a simple page with a horrible layout for the time being More... over 15 years ago
removed setting class. it's not really needed and just add unnecessary complexity More... over 15 years ago
minor bugfix and printing which files it wants to save More... over 15 years ago
minor changes to the views. added "file_" before "filename" and "track_id" More... over 15 years ago
added "file.track_id" to the views. we can use this to list both matched and unmatched or just one of them More... over 15 years ago
new view (v_album_match_file) and minor changes to existing view (v_file_match_metatrack) More... over 15 years ago
the comparing method was screwed. i fixed it More... over 15 years ago
new database dump More... over 15 years ago
deleting from metatrack all the time was a bad idea(tm). since table "match" referenced to metatrack and "on update cascade on delete cascade" it meant that we lost scores when we deleted from metatrack. changed it to "insert or update" instead of "delete and insert" More... over 15 years ago
oops, forgot to remove a "{" More... over 15 years ago
improved checking mbid when fetching album from database or web More... over 15 years ago
removed the "RELATIVE = 1" thingy More... over 15 years ago
playing with perl & template thingy More... over 15 years ago
just added some files for the template thingy More... over 15 years ago
moved "database" to "sql" as tab-completion was annoying with two directories starting at "da" :p More... over 15 years ago
moved database dump to its own directory More... over 15 years ago
created directory "daemon" and moved the code there More... over 15 years ago
readded check that mbids are either 0 or 36 in length More... over 15 years ago
since metadata always will be an empty string ("") and not NULL, i can't check that the mbids got length 36 More... over 15 years ago
improved database a bit further. added some checks for eg. mbid being exactly 36 characters long More... over 15 years ago