|
001aad5ed9
|
Merge branch 'enable-all-item-kinds'
Refs: #2
|
2025-01-19 22:43:57 +01:00 |
|
|
614c0a0cb1
|
Merge branch 'collections'
Refs: #1
|
2025-01-19 22:40:27 +01:00 |
|
|
9ca1712b5d
|
fix: loading of the config pages.
|
2025-01-19 22:39:24 +01:00 |
|
|
aa6fed146d
|
feat: enable collections.
|
2025-01-19 22:28:32 +01:00 |
|
|
6ac75835f0
|
feat: move smart playlist configuration into own menu.
|
2025-01-19 21:50:53 +01:00 |
|
|
f25eafd186
|
test: add option to startup script to not load the newest plugin.
|
2025-01-19 15:32:25 +01:00 |
|
|
f5448e8a51
|
feat: add smart collections to backend.
|
2025-01-19 15:30:32 +01:00 |
|
|
dcdee2403c
|
Revert "feat: add collection or playlist choice to config page and dto."
This reverts commit 457755d743 .
|
2025-01-19 15:26:44 +01:00 |
|
|
d2a10a967e
|
docs: fix typo.
|
2025-01-17 18:33:21 +01:00 |
|
|
a89b4606c5
|
ci: prepare release 0.4.1.0.
|
2025-01-16 23:35:25 +01:00 |
|
|
457755d743
|
feat: add collection or playlist choice to config page and dto.
Refs: #1
|
2025-01-16 19:39:39 +01:00 |
|
|
111faaf126
|
docs: update url to manifest.json.
|
2025-01-16 19:04:05 +01:00 |
|
|
3378204b14
|
docs: mention the mirror at codeberg.
|
2025-01-16 19:03:42 +01:00 |
|
|
4bc3b463cb
|
feat: enable more item kinds.
Refs: #2
|
2025-01-16 18:56:53 +01:00 |
|
|
34b70edfcf
|
chore: remove unused method.
|
2025-01-16 18:47:37 +01:00 |
|
|
cde8da8371
|
docs: add screenshot to readme.
|
2025-01-16 18:38:30 +01:00 |
|
|
8742eb3856
|
docs: add screenshot of the config page.
|
2025-01-16 18:37:46 +01:00 |
|
|
a5bc558486
|
docs: simplify the readme.
|
2024-12-22 23:46:56 +01:00 |
|
|
8426d14500
|
feat: sane defaults for new playlists in the UI.
|
2024-12-22 21:19:07 +01:00 |
|
|
31f36b6f38
|
docs: Mention the UI in the How to use section of the readme.
|
2024-12-22 21:14:50 +01:00 |
|
|
d593bf8597
|
docs: add a more complex example.
|
2024-12-22 21:06:06 +01:00 |
|
|
225dc7559f
|
fix: percentage base for progress was wrong.
|
2024-12-22 19:45:31 +01:00 |
|
|
5cca31cf16
|
ci: update urls.
|
2024-12-22 19:03:51 +01:00 |
|
|
a2abe724b7
|
ci: prepare for release of v0.4.0.0.
|
2024-12-22 18:47:46 +01:00 |
|
|
dc5435fa68
|
docs: update docs to use new global variables.
|
2024-12-22 18:46:56 +01:00 |
|
|
c5c2b86557
|
fix: default programs use updated global variables.
|
2024-12-22 18:43:55 +01:00 |
|
|
e236031920
|
chore: update yamldotnet to 16.2.1.
|
2024-12-22 18:21:32 +01:00 |
|
|
6776d9461a
|
feat!: follow naming convention and enclose global variables in **.
|
2024-12-22 18:19:48 +01:00 |
|
|
b441a09831
|
fix: initialize the executor the same for the filter programs and the sort program.
|
2024-12-22 18:16:45 +01:00 |
|
|
b73f65829d
|
fix: progress report should consider all playlists and maybe not jump around.
|
2024-12-21 01:12:01 +01:00 |
|
|
097d267d24
|
feat: Add UI.
|
2024-12-21 01:09:41 +01:00 |
|
|
28f3cc682e
|
feat: respect enabled flag on playlists.
|
2024-12-21 01:09:02 +01:00 |
|
|
4d2d22e486
|
fix: allow passing builtins to functions.
|
2024-12-18 01:20:36 +01:00 |
|
|
c9d7f1ee60
|
fix: allow programs to not be a list.
|
2024-12-18 01:15:54 +01:00 |
|
|
805d0efb4f
|
feat: add special case for string representation of cons which is a quote.
|
2024-12-18 01:04:44 +01:00 |
|
|
d5e8b69b70
|
fix: parsing when closing parentheses is has a space before it.
|
2024-12-18 00:55:36 +01:00 |
|
|
87dd4358d8
|
feat: parser, ignore comments.
|
2024-12-18 00:53:26 +01:00 |
|
|
6d7cd33d04
|
docs: fix cond example for real this time.
|
2024-12-18 00:34:11 +01:00 |
|
|
8453705bc4
|
docs: fix cond example.
|
2024-12-18 00:17:35 +01:00 |
|
|
3bba58d4ac
|
docs: move definition listing to lisp.md.
|
2024-12-17 23:33:36 +01:00 |
|
|
f7cbebdd9c
|
feat: add single quote quoting.
'(a b c) = (quote (a b c))
|
2024-12-17 23:29:55 +01:00 |
|
|
db5a659dfc
|
docs: fix grammar.
|
2024-12-17 23:08:01 +01:00 |
|
|
f0bfecad71
|
docs: document builtin functions available in lisp.
|
2024-12-17 23:06:43 +01:00 |
|
|
f73f501642
|
feat: add random and shuffle.
|
2024-12-17 22:19:44 +01:00 |
|
|
81184c23a7
|
feat: add logging definitions.
|
2024-12-17 18:37:36 +01:00 |
|
|
0059fc43e1
|
feat: add type cache to increase performance.
|
2024-12-17 18:18:26 +01:00 |
|
|
3f1a1e1a78
|
docs: add barebones example on how to find items by a specific artist.
|
2024-12-17 18:09:39 +01:00 |
|
|
2fc2959110
|
feat: add default find-artist definition.
|
2024-12-17 18:09:01 +01:00 |
|
|
e180b397c6
|
feat: Extend default preamble to contain get-name and find-parent.
|
2024-12-17 18:02:43 +01:00 |
|
|
18136e0fa6
|
feat: make it easier to find the correct assembly.
|
2024-12-17 18:02:09 +01:00 |
|