-
v0.2.2.0 - alpha Pre-release
released this
2024-11-18 21:00:28 +01:00 | 7 commits to main since this release- Update Jellyfin to v 10.10.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
smart-playlist_0.2.2.0.zip
1 download · 138 KiB
-
v0.2.1.0 - alpha Pre-release
released this
2024-11-11 18:19:09 +01:00 | 10 commits to main since this releasev0.2.1.0
- Make default program configuration a textarea in the settings page
- Add convinience definitions:
is-type
,name-contains
- Update YamlDotNet to v 16.2.0
Fixes:
- The default program was malformed, a closing bracket was at the wrong position
- The
haskeys
function could only be called on Objects
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
smart-playlist_0.2.1.0.zip
2 downloads · 138 KiB
-
v0.2.0.0 - alpha Pre-release
released this
2024-11-08 20:41:40 +01:00 | 23 commits to main since this releaseFirst release which is convenient to use.
Changelog
- Switch to yaml loading, old json files are still accepted
- Rework lisp interpreter to be more conventional
- Use arbitrary strings as ids for playlists
- Add configuration page with some default definitions for
the filter expressions.
Breaking Changes:
- The lisp interpreter will now only detect strings in double quotes (
"
). - The interpreter will also not allow specifying lists without quoting them.
(1 2 3)
... used to work but will no longer, replace by either specifying
the list as(list 1 2 3)
or(quote (1 2 3))
.
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
smart-playlist_0.2.0.0.zip
1 download · 137 KiB
-
v0.1.1.0 - alpha - hotfix Pre-release
released this
2024-10-30 15:29:50 +01:00 | 39 commits to main since this releasehotfix: don't make user-specific playlists public.
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
smart-playlist_0.1.1.0.zip
3 downloads · 23 KiB
-
Source code (ZIP)
-
v0.1.0.0 - alpha Pre-release
released this
2024-10-27 20:17:49 +01:00 | 51 commits to main since this releaseInitial alpha release of the plugin. As this is alpha software expect breakage, it shouldn't do anything nefarious, but keep backups anyways.
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
4 downloads
-
jellyfin-smart-playlist.dll
3 downloads · 48 KiB
-
smart-playlist_0.1.0.0.zip
2 downloads · 22 KiB
-
Source code (ZIP)