SeriesGuide icon indicating copy to clipboard operation
SeriesGuide copied to clipboard

More filter options for shows and movies

Open UweTrottmann opened this issue 1 year ago • 1 comments

  • e.g. genre, network
  • streaming service (would have to store and update all current ones in a searchable way)

SQLite instr may help with just adding a single column for this. Otherwise LIKE might work. Edit: Better use a mapping table. Also avoids modifying the shows table.

UweTrottmann avatar Jan 18 '24 14:01 UweTrottmann

Filter shows by watch provider with #969

UweTrottmann avatar Feb 23 '24 15:02 UweTrottmann