Commit Graph

  • 22d3966755 WIP: Rendering/UI refactor. nim-refactor Jonathan Bernard 2025-04-02 06:13:27 -05:00
  • a7a9cf8620 Input line rendering logic in width-constrained situations. Jonathan Bernard 2025-03-15 20:42:29 -05:00
  • c75438d409 WIP: vi-like input system. Jonathan Bernard 2025-03-15 07:19:30 -05:00
  • eadf3946e7 MD5 streaming implementation. Jonathan Bernard 2025-03-04 15:50:10 -06:00
  • 2d44d2c328 TagLib Nim wrapper. Jonathan Bernard 2025-03-04 15:49:54 -06:00
  • 3f3a6b286b Add DB implementation, models, logging. Jonathan Bernard 2025-02-23 08:23:24 -06:00
  • bad288a24b Proof-of-concept MPV-based player. Jonathan Bernard 2025-02-20 22:25:30 -06:00
  • bbd7952232 Initial WIP data models, fiber_orm mappings. Jonathan Bernard 2025-02-20 22:25:10 -06:00
  • 85f37373b6 Updated schema for Sqlite. Jonathan Bernard 2025-02-20 22:24:49 -06:00
  • c3a5b5f87f Initial NIM stub (nimble file, gitignore. Jonathan Bernard 2025-02-20 22:24:37 -06:00
  • bdd6c03129 Clean out old Groovy code. Jonathan Bernard 2025-02-20 22:23:36 -06:00
  • d15ea02a15 Implement selection, formatted text, help contents. gogs/nim-refactor Jonathan Bernard 2022-10-26 08:38:34 -05:00
  • 00a49723a9 Implemented media library scanning. Jonathan Bernard 2022-10-24 09:55:38 -05:00
  • af12546ebc WIP: Initial implementation of media library, simple threaded CLI. Jonathan Bernard 2022-10-18 23:22:10 -05:00
  • 8788015c4f WIP: tempoaray DB implementation. Jonathan Bernard 2022-10-18 21:50:20 -05:00
  • 87202437a8 WIP: Initial library implementation, JSON-based persistence layer, models, etc. Jonathan Bernard 2022-10-16 22:45:06 -05:00
  • 5493fd4143 Initial libvlc implementation, Makefiles, dev log detailing libvlc testing. Jonathan Bernard 2022-10-16 22:43:24 -05:00
  • e429d2656e Clean out previous work (clean slate). Jonathan Bernard 2021-11-11 11:48:53 -06:00
  • a6371574a7 Allow multiple commands on one line using and or ;. main 0.1.3 origin/main gogs/main gogs/HEAD Jonathan Bernard 2017-01-16 04:22:11 -06:00
  • 92d384573e Rescan the media library before reporting on absent files. 0.1.2 Jonathan Bernard 2016-09-08 14:18:20 -05:00
  • 4468f606ed Bump H2 DB version. Jonathan Bernard 2016-07-23 21:37:29 -05:00
  • 4507c6b664 Added and commands to CLI. 0.1.1 Jonathan Bernard 2016-08-01 06:25:03 -05:00
  • ffcfc7bc77 Simplify the new playlist creation logic. Jonathan Bernard 2016-06-01 11:31:05 -05:00
  • 451956dc4f Stop the player before clearing the play queue. Jonathan Bernard 2016-06-01 11:30:45 -05:00
  • a2c5c13ef4 Disable reporting of repeat mode until a working implementation can be found. Jonathan Bernard 2016-06-01 11:30:02 -05:00
  • cbf01b4d73 Fix a bug where playlist media counts where being overwritten with stale data. Jonathan Bernard 2016-06-01 11:29:39 -05:00
  • aa640bb4f9 Stop playBookmak from being updated when a song is paused. Jonathan Bernard 2016-06-01 11:29:10 -05:00
  • 7101f3fd53 Made playlists default to user-created. Jonathan Bernard 2016-06-01 11:28:27 -05:00
  • 19e21811e2 Switched to db-migrate.groovy configuration. Jonathan Bernard 2016-06-01 11:26:53 -05:00
  • 4007f8a479 Fix bug in help code. Jonathan Bernard 2016-05-22 07:15:53 -05:00
  • 981fb51af3 Added installation/build instructions. Jonathan Bernard 2016-04-21 08:19:07 -05:00
  • bbf8a019f9 Added maven plugin to build. Jonathan Bernard 2016-04-21 07:25:46 -05:00
  • 816820c427 Use 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
  • 7bd9c64c44 README title was ugly when displayed by gogs. Jonathan Bernard 2016-04-20 12:46:31 -05:00
  • ed678872c9 Updated README for new version. Jonathan Bernard 2016-04-20 12:45:28 -05:00
  • 9891b68191 Changed versioning to use semver. 0.1.0 Jonathan Bernard 2016-04-20 12:41:43 -05:00
  • 9f7f02802c DbApi: fixed typo in log statment. Jonathan Bernard 2016-04-16 17:13:01 -05:00
  • 09875d28d9 CLI add selection removal. Jonathan Bernard 2016-04-06 11:21:18 -05:00
  • fe8729265e CLI: Implemented delete command for bookmarks and playlists. Jonathan Bernard 2016-04-05 13:12:20 -05:00
  • 652cb178f3 DbApi now has proper generic types signatured for Model-related functionality. Jonathan Bernard 2016-04-05 13:11:33 -05:00
  • 42960cb96e CLI: Bugfix in remove command logic. Jonathan Bernard 2016-04-04 07:31:41 -05:00
  • 48baed6d69 Fixed repeat: loop is all, repeat is one. Jonathan Bernard 2016-04-04 06:18:35 -05:00
  • cb29844d9c Added reporting of the repeat mode. Jonathan Bernard 2016-04-04 06:17:19 -05:00
  • 2ec81b34ea CLI: Added repeat command, updated online help. Jonathan Bernard 2016-04-04 06:12:23 -05:00
  • ed31078d4c CLI: Implement create command. Jonathan Bernard 2016-04-04 04:04:49 -05:00
  • 39276f9a73 Make models cloneable. Set bookmark default play index. Jonathan Bernard 2016-04-04 04:04:21 -05:00
  • bc21abc24b Updated 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
  • d6edd3f11d Added core support for DB synchronization. Jonathan Bernard 2016-03-30 01:12:41 -05:00
  • 9c007b3de5 Changed the core schema to use UUIDs instead of SERIALs for all record IDs. Jonathan Bernard 2016-03-30 01:08:27 -05:00
  • 8ea88337b0 CLI: Fix syntax matching in the 'files tagged' version of select. Jonathan Bernard 2016-03-29 16:46:44 -05:00
  • 3d6d51b5ce DbApi: fix bugs in getPlaylistsWhere. Jonathan Bernard 2016-03-29 16:46:03 -05:00
  • 26f49d438d Remove circular reference within playlists table. Jonathan Bernard 2016-03-28 17:34:28 -05:00
  • f4d0289eab Fix a bug in ConfigWrapper. Jonathan Bernard 2016-03-27 14:00:58 -05:00
  • f3d95955c0 Core: when untagging, the tag is deleted if no more references to it exist. Jonathan Bernard 2016-03-21 01:15:45 -05:00
  • 902e97c309 Untested implementation of reorder and randomize in CLI. Jonathan Bernard 2016-03-21 01:14:11 -05:00
  • 72b4b0c9ff Added CLI helper to print invalid options errors for commands. Jonathan Bernard 2016-03-21 01:13:44 -05:00
  • 3d65a47781 Allow disc_number to be a string (1/2, 2/2, for example). Jonathan Bernard 2016-03-21 01:12:38 -05:00
  • 795a7c8c76 Added summary help section. Jonathan Bernard 2016-03-17 10:40:49 -05:00
  • 32f99df53e Fixed bugs introduced by trying to use DISCTINCT after ORDER BY. Jonathan Bernard 2016-03-16 08:20:44 -05:00
  • 8e145b244d Fixed 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
  • d2ed22d229 Rescanning now finds moved files by their hash. Jonathan Bernard 2016-03-16 05:49:29 -05:00
  • 07fa7559ac Misnamed variable. Jonathan Bernard 2016-03-16 04:04:42 -05:00
  • a18c157112 Added short names for next and prev ('n' and 'p' respectively). Jonathan Bernard 2016-03-16 04:01:35 -05:00
  • f96a069df0 Fix status resetting every time through the repl. Jonathan Bernard 2016-03-16 03:41:27 -05:00
  • fb098c6603 Initial groundwork for WDIWTLT servlet. Jonathan Bernard 2016-03-16 02:54:43 -05:00
  • 392c94f39c Renamed ORM to DbApi. Jonathan Bernard 2016-03-16 02:52:26 -05:00
  • 7f41f8c4e1 Fixed broken ORM.untagMediaFiles. Jonathan Bernard 2016-03-16 02:30:07 -05:00
  • c1432477aa Fixed incorrect reference to processTag function. Jonathan Bernard 2016-03-16 02:23:17 -05:00
  • dbc62bf5c1 Adjusted the logging level for the CLI implemtnation. Jonathan Bernard 2016-03-16 02:16:19 -05:00
  • 26922edd12 Add the ability to list untagged files in core. Jonathan Bernard 2016-03-16 02:14:58 -05:00
  • eb17561d77 Added the ability to untag media files in core. Jonathan Bernard 2016-03-16 02:14:40 -05:00
  • 328957d6f7 Fixed joins in getMediaFilesWhere to use outer joins when not filtering by the joined table. Jonathan Bernard 2016-03-16 02:14:11 -05:00
  • 4905e32e6f Added untagging ability to CLI. Jonathan Bernard 2016-03-16 02:13:05 -05:00
  • adbd3620fb Added online help. Jonathan Bernard 2016-03-16 02:10:06 -05:00
  • fe80bed570 Fix tag retrieval. Jonathan Bernard 2016-03-14 05:44:29 -05:00
  • e1f64b7b86 Slow down bookmark updates. Allow tags to be selectable/listable. Jonathan Bernard 2016-03-14 05:44:11 -05:00
  • 26f6378125 CLI: Refactored significantly to work with new selection logic and management. Jonathan Bernard 2016-03-14 03:51:48 -05:00
  • 9205732b0e MediaLibrary: Moved some helpers for working with model classes, names, and files into here. Jonathan Bernard 2016-03-14 03:50:51 -05:00
  • e148acd897 ORM: added generic getWhere which delegates appropriately based on model type. Jonathan Bernard 2016-03-14 03:50:11 -05:00
  • 0f21c48e66 MediaFile: add track number to toString (if available). Jonathan Bernard 2016-03-14 03:49:33 -05:00
  • ad693e608e Model base class: implement Comparable<Model> Jonathan Bernard 2016-03-14 03:49:11 -05:00
  • ecf83e8589 Revamping interface definition. Not happy with the output of the last attempt. Jonathan Bernard 2016-03-14 03:47:28 -05:00
  • cf8aad8775 MediaLibrary: added cleanup behaviour, support for disc numbers when importing media. Jonathan Bernard 2016-03-12 21:17:17 -06:00
  • 400d3d1774 CLI: Added remove and jump commands. Allow multiple commands separated by ';'. Fixed empty selection behavior. Jonathan Bernard 2016-03-12 21:14:54 -06:00
  • 255f9f9eed CLI: Changed header output, lists now highlight they currently playing items. Jonathan Bernard 2016-03-12 21:14:14 -06:00
  • 729c27bd72 CLI: Added VLCJ bindings to play through VLC. Jonathan Bernard 2016-03-12 21:11:24 -06:00
  • 9689547c0d ORM: Fixed getBookmarksWhere, added removeFromPaylist. Jonathan Bernard 2016-03-12 20:57:58 -06:00
  • 49a250b63e ORM: implemented methods to remove empty albums, artists, and playlists. Jonathan Bernard 2016-03-12 20:56:36 -06:00
  • 33e470c871 Changes to the data model. Jonathan Bernard 2016-03-12 20:52:17 -06:00
  • 7101535412 ScrollText now respects ANSI escape codes. Jonathan Bernard 2016-03-12 20:49:20 -06:00
  • 6d08caab80 Added vlcj dependencies for CLI. Jonathan Bernard 2016-03-10 10:49:01 -06:00
  • 3401060a70 CLI implementations for add, enqueue, and tag commands. Jonathan Bernard 2016-03-10 10:47:56 -06:00
  • b0532f6733 Refactored CLI selection logic into a helper class. Jonathan Bernard 2016-03-10 10:47:26 -06:00
  • 1e03063400 MediaLibrary scan now reports file counts for its scan. Jonathan Bernard 2016-03-10 10:46:01 -06:00
  • ca682625dc Updated tagging command interface in CLI documentation. Jonathan Bernard 2016-03-10 10:42:44 -06:00
  • b689a42cb2 ORM Added correct playlist addition logic, media file tagging. Jonathan Bernard 2016-03-10 10:42:22 -06:00
  • 861717589c Added disc number. Fixed ordering, createdAt in Playlist file. Jonathan Bernard 2016-03-10 10:41:38 -06:00
  • 107e48a1d0 ORM changed double-quotes to single-quotes in strings with no interpolation. Jonathan Bernard 2016-03-10 10:40:04 -06:00
  • 976eb97b07 Refactored selectMatches to selectOneMatch. Jonathan Bernard 2016-03-09 11:13:11 -06:00
  • 32ad70c405 Minor change in quotation of SQL strigns. Jonathan Bernard 2016-03-08 10:40:48 -06:00