Commit Graph

  • 441f57bb2b Upload the initial documentation for the archiver application master Bradlee Speice 2013-05-09 23:30:35 -0400
  • a515a4b8d3 Add documentation for the Archive and Feed models Bradlee Speice 2013-05-09 22:29:12 -0400
  • fb74ceaa1d Fix up initial documentation a bit. Bradlee Speice 2013-05-09 18:38:15 -0400
  • 18a9bde325 Initial documentation setup Bradlee Speice 2013-05-09 18:05:13 -0400
  • 5f3973bcdc Change the playlist import path Bradlee Speice 2013-05-09 18:03:49 -0400
  • 33eed75bf0 Delete stale files after move to models package Bradlee Speice 2013-05-09 18:03:08 -0400
  • 6e767fb3fb Create a models package, add template file suffix Also, add AngularJS Bradlee Speice 2013-05-09 17:16:43 -0400
  • 17960be548 Restructure relationship b/w Songs and Archives Songs now have a ForeignKey to Archive - one song can not be part of many Archives. Bradlee Speice 2013-02-12 15:02:08 -0500
  • 0d467e8457 Add global JS and post methods Bradlee Speice 2013-02-12 14:15:21 -0500
  • 7286281e14 Fix the playlist_sidebar, change JQuery location Bradlee Speice 2013-02-12 13:24:30 -0500
  • 5c538d395e Enable playlist listing, fix various javascript errors Bradlee Speice 2013-02-05 15:06:31 -0500
  • 75b678d56c Fix an issue with modelines destroying HTML Bradlee Speice 2013-02-05 14:29:45 -0500
  • fdfcecc4a2 Heavy update to song database storage Switch to mutagen for tagging, will use pydub for conversion. Change how song is represented in DB to be much more rich. Bradlee Speice 2013-02-05 14:20:45 -0500
  • 4f9b717674 Initial login templates and views Bradlee Speice 2013-02-05 14:20:26 -0500
  • c5fec8cfd3 Commit the login page Contains some fixes, etc. in order to make the login page work. Bradlee Speice 2013-01-24 19:04:29 -0500
  • e3e6a6e475 Fix web asset loading Now using jquery 1.8.1, jquery-ui 1.9.2 Bradlee Speice 2013-01-24 14:11:11 -0500
  • c1bd19041a Initial web pages commit Contains new templates, assets, url mappings, and views. A lot changed. Bradlee Speice 2013-01-24 13:44:43 -0500
  • ff95b1072e Slight README update Bradlee Speice 2013-01-19 11:19:20 -0500
  • bcfbd7bc60 Initial web app commit Contains app-specific URL handling, and initial static resources (bootstrap, jquery 1.9, jquery-ui 1.10 included) Bradlee Speice 2013-01-18 23:17:55 -0500
  • f601f0834a Refactor sections of adding song metadata Last commit before beginning web frontend Bradlee Speice 2013-01-18 21:07:33 -0500
  • d8b7453260 Test playlist importing, bugfixes for import NOTE: This reverts songs to use the ID as PK - breaks IntegerListField if not done this way. Bradlee Speice 2013-01-15 14:06:55 -0500
  • 8125942901 Playlist import code, various cleanups Bradlee Speice 2013-01-15 13:32:34 -0500
  • 43bd55d1f5 Optimize scanning further, make song URL's PK The Primary Key is added because these URL's must be unique anyway - you can't have two filenames point to different files. Additionally, this ensures that the database doesn't have multiple copies of a song. Bradlee Speice 2013-01-10 10:43:18 -0500
  • d4d3ad450a Optimize the filesystem scanning slightly Bradlee Speice 2013-01-10 10:17:34 -0500
  • 944593be94 Fix a bug where scanning would add the same file many times Bradlee Speice 2013-01-10 10:11:50 -0500
  • 870efac03f Various bugfixes, add test case for playlists Bradlee Speice 2013-01-10 09:38:23 -0500
  • 811fdc652d Support exporting playlists to m3u, pls Bradlee Speice 2013-01-10 09:01:33 -0500
  • 8f98bc4b46 Refactor song_order to song_list, add skeleton for import Bradlee Speice 2013-01-09 21:03:37 -0500
  • 91bc6cf5dd Fix the IntegerListField() DB type Bradlee Speice 2013-01-09 20:48:28 -0500
  • 4257e33f38 Support reorganizing an archive, begin playlist Also add more fields to the DB representation of a song. Bradlee Speice 2012-12-26 18:37:14 -0500
  • 22bbc568e7 Minor optimization of archive scanning Bradlee Speice 2012-12-22 23:18:17 -0500
  • 190f9a7890 More code cleanup Remove references to a 'collection' object - it was a half-baked idea, and the concepts it represented should be implemented in the webapp, not in the archive itself. Bradlee Speice 2012-12-22 23:11:53 -0500
  • 5433cba377 Add code to convert songs using audiotools Bradlee Speice 2012-12-18 20:05:08 -0500
  • 78df76cd59 Add backup code Bradlee Speice 2012-12-18 19:58:50 -0500
  • d057b2f455 Commit basic scanning support for songs Bradlee Speice 2012-12-18 19:35:04 -0500
  • d31961e029 Commit initial archive code and test data Bradlee Speice 2012-12-18 12:58:11 -0500
  • 5004f5f590 Archiver app initial code Bradlee Speice 2012-12-10 12:57:36 -0500
  • 438c313308 Add an extra wrapper to make adding resources easy Bradlee Speice 2012-12-10 12:56:56 -0500
  • 48906a5513 Add in the audiotools resources Bradlee Speice 2012-12-10 12:55:06 -0500
  • 51a861abe1 Initial django commit Bradlee Speice 2012-12-10 09:19:12 -0500
  • 7f6e4d5eab Commit initial README file Bradlee Speice 2012-12-05 17:52:57 -0500
  • ec51e98514 Initial commit DjBushido 2012-12-05 13:56:10 -0800