92d384573eRescan the media library before reporting on absent files.
0.1.2
Jonathan Bernard
2016-09-08 14:18:20 -05:00
4468f606edBump H2 DB version.
Jonathan Bernard
2016-07-23 21:37:29 -05:00
4507c6b664Added and commands to CLI.
0.1.1
Jonathan Bernard
2016-08-01 06:25:03 -05:00
ffcfc7bc77Simplify the new playlist creation logic.
Jonathan Bernard
2016-06-01 11:31:05 -05:00
451956dc4fStop the player before clearing the play queue.
Jonathan Bernard
2016-06-01 11:30:45 -05:00
a2c5c13ef4Disable reporting of repeat mode until a working implementation can be found.
Jonathan Bernard
2016-06-01 11:30:02 -05:00
cbf01b4d73Fix a bug where playlist media counts where being overwritten with stale data.
Jonathan Bernard
2016-06-01 11:29:39 -05:00
aa640bb4f9Stop playBookmak from being updated when a song is paused.
Jonathan Bernard
2016-06-01 11:29:10 -05:00
7101f3fd53Made playlists default to user-created.
Jonathan Bernard
2016-06-01 11:28:27 -05:00
19e21811e2Switched to db-migrate.groovy configuration.
Jonathan Bernard
2016-06-01 11:26:53 -05:00
4007f8a479Fix bug in help code.
Jonathan Bernard
2016-05-22 07:15:53 -05:00
981fb51af3Added installation/build instructions.
Jonathan Bernard
2016-04-21 08:19:07 -05:00
bbf8a019f9Added maven plugin to build.
Jonathan Bernard
2016-04-21 07:25:46 -05:00
816820c427Use java system properties to find the user's home directory before looking to ENV properties.
Jonathan Bernard
2016-04-21 00:26:39 -05:00
7bd9c64c44README title was ugly when displayed by gogs.
Jonathan Bernard
2016-04-20 12:46:31 -05:00
ed678872c9Updated README for new version.
Jonathan Bernard
2016-04-20 12:45:28 -05:00
9891b68191Changed versioning to use semver.
0.1.0
Jonathan Bernard
2016-04-20 12:41:43 -05:00
9f7f02802cDbApi: fixed typo in log statment.
Jonathan Bernard
2016-04-16 17:13:01 -05:00
09875d28d9CLI add selection removal.
Jonathan Bernard
2016-04-06 11:21:18 -05:00
fe8729265eCLI: Implemented delete command for bookmarks and playlists.
Jonathan Bernard
2016-04-05 13:12:20 -05:00
652cb178f3DbApi now has proper generic types signatured for Model-related functionality.
Jonathan Bernard
2016-04-05 13:11:33 -05:00
42960cb96eCLI: Bugfix in remove command logic.
Jonathan Bernard
2016-04-04 07:31:41 -05:00
48baed6d69Fixed repeat: loop is all, repeat is one.
Jonathan Bernard
2016-04-04 06:18:35 -05:00
cb29844d9cAdded reporting of the repeat mode.
Jonathan Bernard
2016-04-04 06:17:19 -05:00
2ec81b34eaCLI: Added repeat command, updated online help.
Jonathan Bernard
2016-04-04 06:12:23 -05:00
ed31078d4cCLI: Implement create command.
Jonathan Bernard
2016-04-04 04:04:49 -05:00
39276f9a73Make models cloneable. Set bookmark default play index.
Jonathan Bernard
2016-04-04 04:04:21 -05:00
bc21abc24bUpdated CLI to handle DB sync, UUID as record ids, more details after a library scan.
Jonathan Bernard
2016-03-30 01:13:53 -05:00
d6edd3f11dAdded core support for DB synchronization.
Jonathan Bernard
2016-03-30 01:12:41 -05:00
9c007b3de5Changed the core schema to use UUIDs instead of SERIALs for all record IDs.
Jonathan Bernard
2016-03-30 01:08:27 -05:00
8ea88337b0CLI: Fix syntax matching in the 'files tagged' version of select.
Jonathan Bernard
2016-03-29 16:46:44 -05:00
3d6d51b5ceDbApi: fix bugs in getPlaylistsWhere.
Jonathan Bernard
2016-03-29 16:46:03 -05:00
26f49d438dRemove circular reference within playlists table.
Jonathan Bernard
2016-03-28 17:34:28 -05:00
f4d0289eabFix a bug in ConfigWrapper.
Jonathan Bernard
2016-03-27 14:00:58 -05:00
f3d95955c0Core: when untagging, the tag is deleted if no more references to it exist.
Jonathan Bernard
2016-03-21 01:15:45 -05:00
902e97c309Untested implementation of reorder and randomize in CLI.
Jonathan Bernard
2016-03-21 01:14:11 -05:00
72b4b0c9ffAdded CLI helper to print invalid options errors for commands.
Jonathan Bernard
2016-03-21 01:13:44 -05:00
3d65a47781Allow disc_number to be a string (1/2, 2/2, for example).
Jonathan Bernard
2016-03-21 01:12:38 -05:00
795a7c8c76Added summary help section.
Jonathan Bernard
2016-03-17 10:40:49 -05:00
32f99df53eFixed bugs introduced by trying to use DISCTINCT after ORDER BY.
Jonathan Bernard
2016-03-16 08:20:44 -05:00
8e145b244dFixed a bug where media files associated with multiple artists or albums were returned multiple times.
Jonathan Bernard
2016-03-16 05:53:14 -05:00
d2ed22d229Rescanning now finds moved files by their hash.
Jonathan Bernard
2016-03-16 05:49:29 -05:00
07fa7559acMisnamed variable.
Jonathan Bernard
2016-03-16 04:04:42 -05:00
a18c157112Added short names for next and prev ('n' and 'p' respectively).
Jonathan Bernard
2016-03-16 04:01:35 -05:00
f96a069df0Fix status resetting every time through the repl.
Jonathan Bernard
2016-03-16 03:41:27 -05:00
fb098c6603Initial groundwork for WDIWTLT servlet.
Jonathan Bernard
2016-03-16 02:54:43 -05:00
392c94f39cRenamed ORM to DbApi.
Jonathan Bernard
2016-03-16 02:52:26 -05:00
7f41f8c4e1Fixed broken ORM.untagMediaFiles.
Jonathan Bernard
2016-03-16 02:30:07 -05:00
c1432477aaFixed incorrect reference to processTag function.
Jonathan Bernard
2016-03-16 02:23:17 -05:00
dbc62bf5c1Adjusted the logging level for the CLI implemtnation.
Jonathan Bernard
2016-03-16 02:16:19 -05:00
26922edd12Add the ability to list untagged files in core.
Jonathan Bernard
2016-03-16 02:14:58 -05:00
eb17561d77Added the ability to untag media files in core.
Jonathan Bernard
2016-03-16 02:14:40 -05:00
328957d6f7Fixed joins in getMediaFilesWhere to use outer joins when not filtering by the joined table.
Jonathan Bernard
2016-03-16 02:14:11 -05:00
4905e32e6fAdded untagging ability to CLI.
Jonathan Bernard
2016-03-16 02:13:05 -05:00
adbd3620fbAdded online help.
Jonathan Bernard
2016-03-16 02:10:06 -05:00
fe80bed570Fix tag retrieval.
Jonathan Bernard
2016-03-14 05:44:29 -05:00
e1f64b7b86Slow down bookmark updates. Allow tags to be selectable/listable.
Jonathan Bernard
2016-03-14 05:44:11 -05:00
26f6378125CLI: Refactored significantly to work with new selection logic and management.
Jonathan Bernard
2016-03-14 03:51:48 -05:00
9205732b0eMediaLibrary: Moved some helpers for working with model classes, names, and files into here.
Jonathan Bernard
2016-03-14 03:50:51 -05:00
e148acd897ORM: added generic getWhere which delegates appropriately based on model type.
Jonathan Bernard
2016-03-14 03:50:11 -05:00
0f21c48e66MediaFile: add track number to toString (if available).
Jonathan Bernard
2016-03-14 03:49:33 -05:00
ad693e608eModel base class: implement Comparable<Model>
Jonathan Bernard
2016-03-14 03:49:11 -05:00
ecf83e8589Revamping interface definition. Not happy with the output of the last attempt.
Jonathan Bernard
2016-03-14 03:47:28 -05:00
cf8aad8775MediaLibrary: added cleanup behaviour, support for disc numbers when importing media.
Jonathan Bernard
2016-03-12 21:17:17 -06:00
400d3d1774CLI: Added remove and jump commands. Allow multiple commands separated by ';'. Fixed empty selection behavior.
Jonathan Bernard
2016-03-12 21:14:54 -06:00
255f9f9eedCLI: Changed header output, lists now highlight they currently playing items.
Jonathan Bernard
2016-03-12 21:14:14 -06:00
729c27bd72CLI: Added VLCJ bindings to play through VLC.
Jonathan Bernard
2016-03-12 21:11:24 -06:00
9689547c0dORM: Fixed getBookmarksWhere, added removeFromPaylist.
Jonathan Bernard
2016-03-12 20:57:58 -06:00
49a250b63eORM: implemented methods to remove empty albums, artists, and playlists.
Jonathan Bernard
2016-03-12 20:56:36 -06:00
33e470c871Changes to the data model.
Jonathan Bernard
2016-03-12 20:52:17 -06:00
7101535412ScrollText now respects ANSI escape codes.
Jonathan Bernard
2016-03-12 20:49:20 -06:00
6d08caab80Added vlcj dependencies for CLI.
Jonathan Bernard
2016-03-10 10:49:01 -06:00
3401060a70CLI implementations for add, enqueue, and tag commands.
Jonathan Bernard
2016-03-10 10:47:56 -06:00
b0532f6733Refactored CLI selection logic into a helper class.
Jonathan Bernard
2016-03-10 10:47:26 -06:00
1e03063400MediaLibrary scan now reports file counts for its scan.
Jonathan Bernard
2016-03-10 10:46:01 -06:00
ca682625dcUpdated tagging command interface in CLI documentation.
Jonathan Bernard
2016-03-10 10:42:44 -06:00
b689a42cb2ORM Added correct playlist addition logic, media file tagging.
Jonathan Bernard
2016-03-10 10:42:22 -06:00
861717589cAdded disc number. Fixed ordering, createdAt in Playlist file.
Jonathan Bernard
2016-03-10 10:41:38 -06:00
107e48a1d0ORM changed double-quotes to single-quotes in strings with no interpolation.
Jonathan Bernard
2016-03-10 10:40:04 -06:00
976eb97b07Refactored selectMatches to selectOneMatch.
Jonathan Bernard
2016-03-09 11:13:11 -06:00
32ad70c405Minor change in quotation of SQL strigns.
Jonathan Bernard
2016-03-08 10:40:48 -06:00