-
Notifications
You must be signed in to change notification settings - Fork 237
add files to playlist from chat #319
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
Conversation
|
Trying to call the "q" command to add file to playlist while in CLI mode ( |
|
@daniel-123 I don't think that is due to this PR, I think it is because the |
|
I've tried out the CLI mode for a bit. Given it's current state with effective lack of playlist support I think I'd be happy with a solution that simply doesn't crash the client. Fleshing out CLI mode to include media directories support and eventually proper playlist support is a possible separate goal, but given that GUI is by far the primary mode of use I would see it as low priority and out of scope for this PR. |
* add videos to playlist from chat * add urls to playlist * add files in media directory to playlist * add commands to show the playlist and select an index * add command to delete files from the playlist * show selected index in playlist * fix adding files with queue command in GUI mode * start indexing the playlist at 1 or at least that's what it would look like to the user * start all commands related to playlist with `q` Co-authored-by: kiscs <csandras05@gmail.com>
|
Relevant elements incorporated into #327 which has now been merged. |
…and Syncplay#319 * add videos to playlist from chat * add urls to playlist * add files in media directory to playlist * add commands to show the playlist and select an index * add command to delete files from the playlist * show selected index in playlist * fix adding files with queue command in GUI mode * start indexing the playlist at 1 or at least that's what it would look like to the user * start all commands related to playlist with `q` Co-authored-by: kiscs <csandras05@gmail.com>
…and Syncplay#319 * add videos to playlist from chat * add urls to playlist * add files in media directory to playlist * add commands to show the playlist and select an index * add command to delete files from the playlist * show selected index in playlist * fix adding files with queue command in GUI mode * start indexing the playlist at 1 or at least that's what it would look like to the user * start all commands related to playlist with `q` Co-authored-by: kiscs <csandras05@gmail.com>
Had some issues with git, reopening PR #316 with the requested changes.