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

"Hard" and "soft" time limits #2

Open
brownan opened this issue Oct 25, 2010 · 1 comment
Open

"Hard" and "soft" time limits #2

brownan opened this issue Oct 25, 2010 · 1 comment

Comments

@brownan
Copy link
Owner

brownan commented Oct 25, 2010

In addition to the current limit on the number of songs on the playlist, I want to define time limits as well:

Hard limit: A user can never occupy more than this many minutes of song time on the playlist

Soft limit: A user may add a song that causes their total time to exceed this limit, but they cannot add any more songs after that.

The reasoning is, if a user adds a 2 hour mix, they shouldn't be able to add any more songs. However, a user should still be able to add several shorter songs (up to a limit). The hard limit could be something like 2 hours, and the soft limit could be more like 30 or 45 minutes.

@andrzej-bieniek
Copy link

I think only hard limit would be useful, to give a fair change to everyone.
'Soft limit' is kind of similar to PLAYLIST_MAX which is already implemented.

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

No branches or pull requests

2 participants