[ { "guid": "dd2326e3-4d3e-4bfc-80e6-28502c1131df", "name": "Smart Playlist", "description": "Create smart playlists with a Lisp filter engine.\n\nThe same playlist definition can be used for multiple users.\n", "overview": "Smart playlists with Lisp filter engine.", "owner": "redxef", "category": "General", "versions": [ { "version": "0.5.3.0", "changelog": "## v0.5.3.0\n- bump Jellyfin ABI version to 10.10.6\n- bump yamldotnet to 16.3.0\n\n**Fixes**:\n- qsort doesn't loop endlessly with duplicate values in import anymore\n", "targetAbi": "10.10.6.0", "sourceUrl": "https://gitea.redxef.at/redxef/jellyfin-smart-playlist/releases/download/v0.5.3.0/smart-playlist_0.5.3.0.zip", "checksum": "1d460dfa5476fd1c46fc516abf79c251", "timestamp": "2025-02-18T18:03:12Z" }, { "version": "0.5.2.0", "changelog": "## v0.5.2.0\n- bump Jellyfin ABI version to 10.10.5\n\n**Fixes**:\n- the config pages will always load, not only the first time\n", "targetAbi": "10.10.5.0", "sourceUrl": "https://gitea.redxef.at/redxef/jellyfin-smart-playlist/releases/download/v0.5.2.0/smart-playlist_0.5.2.0.zip", "checksum": "d31221bd4ee7742bb4680fcd7209d2b1", "timestamp": "2025-01-25T23:29:53Z" }, { "version": "0.5.1.0", "changelog": "## v0.5.1.0\n- Add multiple new functions:\n - `length` computes the length of a list\n - `split` splits off n elements of the given list `(split '(1 2 3 4 5) 3) -> ((1 2 3) 4 5)`\n - `reverse` reverses a list\n\n**Fixes**:\n- The configuration can now be updated again.\n The relevant code got lost during the smart collection restructuring.\n\n## v0.5.0.0\n- Add support for collections\n- Add a playground to test lisp code, the playground has\n two additional functions available: `print` and `println`\n to fill the output window\n- Separate the config pages\n- Enable nearly all item types\n\n## v0.4.1.0\n- improve defaults for new playlists\n\n**Fixes**:\n- finally get the percentage indicator of the scheduled task right\n\n## v0.4.0.0\n- Add a basic UI to configure the playlists.\n- It's now possible to print log messages to the jellyfin log by calling `logd`, `logi`, `logw` or `loge`\n for the respective levels `debug`, `info`, `warning` or `error`.\n- Allow calling generic methods via `(invoke-generic object methodname args list-of-types)`.\n- Add quoting via single quote: `'`.\n- Add special case for `(quote