UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.94k stars 400 forks source link

More filter options for shows and movies #968

Open UweTrottmann opened 6 months ago

UweTrottmann commented 6 months ago

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 commented 5 months ago

Filter shows by watch provider with #969