Commit Graph

43 Commits

Author SHA1 Message Date
bjschuma 48c79e78dc Modified ./release to make the correct launcher file 2010-02-13 16:42:30 -05:00
bjschuma 48e53926f1 Gstreamer goes to the next song when finishing playback 2010-02-13 15:58:31 -05:00
bjschuma cc1627225d Load last played song on startup if user doesn't give us a path to use 2010-02-12 20:26:31 -05:00
bjschuma 808bc88dfa Manually check the gstreamer bus for new messages 2010-02-12 20:13:39 -05:00
bjschuma 05f09dfdfb Check if a file is a valid audio file type before attempting to scan 2010-02-10 00:18:18 -05:00
bjschuma 4d419dea8b Moved check to see if the user has random on or off 2010-02-09 23:48:17 -05:00
bjschuma 77cf9482a5 Random plugin works 2010-02-09 18:16:32 -05:00
bjschuma 8a1f5c820f Can change the volume of the gstreamer pipeline 2010-02-08 19:03:12 -05:00
bjschuma 75ae830ef2 Began work on random playback 2010-02-08 10:07:45 -05:00
bjschuma 8b2263b068 Began work on advancing to the next track 2010-02-08 00:09:57 -05:00
bjschuma 9585b3e881 Added switch to the list of library commands 2010-02-07 20:47:01 -05:00
bjschuma c7e8239a35 Correctly store the current library 2010-02-07 20:22:13 -05:00
bjschuma 854b55feaa Added gstreamer. I can now play music again! 2010-02-05 23:36:54 -05:00
bjschuma 22f9d8108f Find songs to remove when removing a library 2010-01-31 16:46:24 -05:00
bjschuma b673309a20 Can insert artists, albums, tracks and associate tracks with a library 2010-01-31 15:09:26 -05:00
bjschuma b391dedc85 Can add artists to the library 2010-01-30 18:01:49 -05:00
bjschuma 5dc8dc52e9 Began work on scanning / updating a library 2010-01-30 17:02:43 -05:00
bjschuma 1d0a216c12 Can remove a created library 2010-01-30 14:41:49 -05:00
bjschuma e5edd7a9dd Created new library plugin, can create a library in sqlite 2010-01-29 00:40:48 -05:00
bjschuma 198855211f Began migrating to scion 1.1 2010-01-25 00:32:44 -05:00
bjschuma 3bdc08476b Gui lists all tracks 2010-01-18 19:25:12 -05:00
bjschuma 2efc3034a7 All plugins have a help function to make use of recent scion changes 2010-01-16 12:14:40 -05:00
bjschuma 2d78ea8fc9 Can list all librarys, gstreamer.py draws a progress bar on the bottom
of the CLI
2010-01-10 19:29:39 -05:00
bjschuma ad2264440e Some rearranging of files, moved extract and gstreamer to tools 2010-01-05 18:17:47 -05:00
bjschuma 2c26652772 Can list and switch between libraries 2010-01-05 17:25:49 -05:00
bjschuma 7cbb901229 Some changes so that settings are saved between sessions 2010-01-04 17:24:59 -05:00
bjschuma e5dfd01a0d Can choose a random song 2010-01-02 13:59:16 -05:00
bjschuma 788eb841f7 Properly save and restore an ocarina session 2010-01-02 12:56:33 -05:00
bjschuma 3de0e36701 Small changes to save an ocarina session 2010-01-02 12:46:02 -05:00
bjschuma d6abfab2ab Pull out song length, too 2010-01-02 01:14:54 -05:00
bjschuma b9d36e264e Store more track information (play count, location) 2010-01-02 01:03:58 -05:00
bjschuma 947aa73411 Change how next ids are generated in extract.py, correct for names with
apostrophes in them
2010-01-02 00:01:13 -05:00
bjschuma cbdf7d9dba Can create multiple libraries 2010-01-01 21:00:12 -05:00
bjschuma 54dd1463ff Add artists and albums to the database 2009-12-30 22:41:42 -05:00
bjschuma 8bc5b9e25a Created an artists table, pull out artist information from each song 2009-12-30 00:28:25 -05:00
bjschuma 6ce24fae34 Can add files to the database and print the number of files in the
database total
2009-12-28 20:00:10 -05:00
bjschuma db402f9659 Added sqlite as a database for the library 2009-12-28 15:26:09 -05:00
bjschuma 3077a09a2d Can scan a path to add to the library 2009-12-27 21:55:56 -05:00
bjschuma 717d0eeca3 Can scan and add a path to the library 2009-12-27 20:32:41 -05:00
bjschuma 57c6a8bc31 Set the process name to "Ocarina 2" on startup 2009-12-27 19:22:22 -05:00
bjschuma cf0a360bc6 Join together several arguments to load (this corrects for songs with
spaces in the name)
2009-12-22 21:56:58 -05:00
bjschuma b37085501e Can pause music 2009-12-22 00:37:52 -05:00
bjschuma 4c0c76cde4 Can play music 2009-12-22 00:29:19 -05:00