redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 23:47:25 +01:00
a5bc558486 docs: simplify the readme.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 21:19:29 +01:00
8426d14500 feat: sane defaults for new playlists in the UI.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 21:16:28 +01:00
31f36b6f38 docs: Mention the UI in the How to use section of the readme.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 21:07:39 +01:00
d593bf8597 docs: add a more complex example.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 19:45:55 +01:00
225dc7559f fix: percentage base for progress was wrong.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 19:04:04 +01:00
5cca31cf16 ci: update urls.
redxef pushed to manifest at redxef/jellyfin-smart-playlist 2024-12-22 19:03:25 +01:00
f9fd8856f6 ci: update manifest for version 0.4.0.0.
redxef pushed to manifest at redxef/jellyfin-smart-playlist 2024-12-22 18:58:56 +01:00
cd272affe4 ci: update manifest for version 0.4.0.0.
redxef pushed to manifest at redxef/jellyfin-smart-playlist 2024-12-22 18:56:10 +01:00
f9978fe2f8 ci: update manifest for version 0.4.0.0.
redxef released v0.4.0.0 - alpha at redxef/jellyfin-smart-playlist 2024-12-22 18:51:04 +01:00
redxef pushed tag v0.4.0.0 to redxef/jellyfin-smart-playlist 2024-12-22 18:51:04 +01:00
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 18:48:17 +01:00
a2abe724b7 ci: prepare for release of v0.4.0.0.
dc5435fa68 docs: update docs to use new global variables.
c5c2b86557 fix: default programs use updated global variables.
Compare 3 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 18:22:03 +01:00
e236031920 chore: update yamldotnet to 16.2.1.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-22 18:20:24 +01:00
6776d9461a feat!: follow naming convention and enclose global variables in **.
b441a09831 fix: initialize the executor the same for the filter programs and the sort program.
Compare 2 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-21 01:12:37 +01:00
b73f65829d fix: progress report should consider all playlists and maybe not jump around.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-21 01:10:01 +01:00
097d267d24 feat: Add UI.
28f3cc682e feat: respect enabled flag on playlists.
Compare 2 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-18 01:20:48 +01:00
4d2d22e486 fix: allow passing builtins to functions.
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-18 01:16:14 +01:00
c9d7f1ee60 fix: allow programs to not be a list.
805d0efb4f feat: add special case for string representation of cons which is a quote.
Compare 2 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-18 00:56:05 +01:00
d5e8b69b70 fix: parsing when closing parentheses is has a space before it.
87dd4358d8 feat: parser, ignore comments.
Compare 2 commits »
redxef pushed to main at redxef/jellyfin-smart-playlist 2024-12-18 00:34:25 +01:00
6d7cd33d04 docs: fix cond example for real this time.