Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeat show every N weeks #2886

Open
olivermeyer opened this issue Jan 13, 2024 · 0 comments
Open

Repeat show every N weeks #2886

olivermeyer opened this issue Jan 13, 2024 · 0 comments

Comments

@olivermeyer
Copy link

Is your feature request related to a problem?

Some of our shows repeat every 8 weeks, but Libretime only supports repeating shows up to every 4 weeks.

Describe the solution you'd like

The more generalisable solution would be to allow users to specify the repeat frequency of a show - similar to the way Google Calendar works, where you can repeat an event every N weeks where N can be any positive integer.

I took a quick look at the code and found RepeatKind defined here. If that is indeed where the options are defined, then a simpler solution to my immediate problem would be to add option WEEKLY_8 to this object.

Describe alternatives you've considered

So far I haven't found a workaround and I'm managing these shows manually, with all the problems and mistakes that entails.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant