Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2012-01-07 | 3.0 kB | |
RLC-Win 1.04.zip | 2012-01-07 | 5.3 MB | |
RLC-Win1.03.zip | 2011-10-04 | 5.3 MB | |
sample request list.txt | 2011-06-10 | 92 Bytes | |
RLC-Win1.02.zip | 2011-06-10 | 5.3 MB | |
RLC-Win1.01.zip | 2011-06-04 | 5.3 MB | |
Totals: 6 Items | 21.4 MB | 0 |
Welcome to Request List Checker! Request List Checker (RLC) is a tool for mobile DJs but might have some value to audiophiles everywhere. RLC takes a text based list of song requests and looks at the given directory for music files. RLC will then report which of the requests you have or don't have and can create a playlist for the files you do have. Right now the program only supports DJ Intelligence request lists and planning forms, or tab delimited text files. If you use DJI simply go to your client's request list or planning form then go to file and save as. Select HTML Only or the closest thing your browser says. I'm using QT 4.7 as the base for this program. To compile it, download the QT SDK at qt.nokia.com with the LGPL license. Load up the .pro project file in QT Creator, compile, and run it! Version 1.04: - Default directory for music request list and music directory will now be the previously selected directory (just in case you picked the wrong thing) - Now handle guest request lists from DJ Intelligence - Remixes and "edits" will no longer be the default pick if a non-remix non-edit is also a good choice - Partial matches will now appear in the results view drop down boxes even though there are some full matches, they will always appear lower in the list than the full matches Version 1.03: - Added a decoder for DJ Intelligence planning forms. It's not perfect but will do it's best to extract song names for special dances on the form. - You can now drag filenames from the results view directly into your music program such as Traktor. It doesn't seem to work for Winamp. Version 1.02: - Added about box which will direct users to this site for help - Better up front error checking on inputs - Altered method of using decoders in a list and loop - Added a tab delimited decoder! The first line of the file should include "Artist" and "Title" seperated by tabs Version 1.01: - Results will now appear in a table after completion of the analysis, by double-clicking the song title you can view all the potential matches and select a different one - You can sort the table view by artist, song title, or matching file name. If you sort by file name by clicking on the column header then all missing files will all clump together at the top. - The results view now contains the save to file and save to playlist buttons. The output files will have the same ordering as the current view. The default location for the output files will be the directory containing the request list. - Added a program icon - Fixed an odd bug with artist names and commas which would sometimes leave out good matches Version 1.0: This works fairly well right now but there's some improvements to be made. First of all, RLC is currently using the first complete match it finds as the answer but that may not always be true. I think a dialog to present the results and give the user a chance to change it will be helpful. Current future updates: - Need more decoders