• v0.2.2.0 45844cafec

    v0.2.2.0 - alpha Pre-release

    redxef 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
  • v0.2.1.0 0ccefa3b58

    v0.2.1.0 - alpha Pre-release

    redxef released this 2024-11-11 18:19:09 +01:00 | 10 commits to main since this release

    v0.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
  • v0.2.0.0 61478095ea

    v0.2.0.0 - alpha Pre-release

    redxef released this 2024-11-08 20:41:40 +01:00 | 23 commits to main since this release

    First 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
  • v0.1.1.0 b5bab52c6b

    redxef released this 2024-10-30 15:29:50 +01:00 | 39 commits to main since this release

    hotfix: don't make user-specific playlists public.

    Downloads
  • v0.1.0.0 bd3d4462d3

    v0.1.0.0 - alpha Pre-release

    redxef released this 2024-10-27 20:17:49 +01:00 | 51 commits to main since this release

    Initial alpha release of the plugin. As this is alpha software expect breakage, it shouldn't do anything nefarious, but keep backups anyways.

    Downloads