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

some ideas about playlist editor #6

Closed
zzz6839 opened this issue Aug 28, 2021 · 7 comments
Closed

some ideas about playlist editor #6

zzz6839 opened this issue Aug 28, 2021 · 7 comments

Comments

@zzz6839
Copy link

zzz6839 commented Aug 28, 2021

The playlist editor is very helpful to manage the BMBF, I hope we could have more functions

  1. I read the wiki page and post my questions on discord but I wasn't able to find the "delete songs" button rather remove songs.
  2. Can we use drag and drop to add more songs to the playlist? that's more efficient.
  3. Add maximize button to enlarge the window could help when reading the information about the songs
  4. Add a tick box in front of the songs' name for the multi-select function
  5. function keys support on keyboard such as click "delete" to uninstall the songs.

I really appreciate BM Manager, it's a time saver! Cheers for the cool tool! 🍺

@ComputerElite
Copy link
Owner

ComputerElite commented Aug 28, 2021

  • 1. I renamed it. forgot to update the wiki
  • [X] 2. not entirely sure how I'd do it but I'll look into it
  • [X ] 3. not really possible with the current way the ui is set up.
  • 4. you can use ctrl click instead of a tick box. but I think I didn't implement that yet. Will add it
  • 5. with that I'd still let a pop up pop up so you don't do anything on accident. tho I'd change that if you want

checkmarks indicate if it's done. crossed out won't happen

Tell me your thought

@ComputerElite
Copy link
Owner

currently on point 5 (doing stuff via key presses). What do you (or anyone) want to be doable? Currently I got add song to playlists and remove song from playlist (via left and right arrow key).

@zzz6839
Copy link
Author

zzz6839 commented Aug 28, 2021

thanks for the fast reply, here is my thought.

  1. "Remove song" is kinda confusing, "remove song from the playlist" is better, could add a "delete song from the device" button(please refer to the conceptual image)

  2. drag and drop function would be like that(don't need to be the same):
    C2apture

  3. it's ok, not a big deal

  4. also ok, need to add instruction (refer to the image)

  5. can add a "undo delete" button on top of the "delete song from the device" to prevent any accident, pop up wont be necessary(you still need to sync it with the device after all).

@ComputerElite
Copy link
Owner

ComputerElite commented Aug 28, 2021

  1. fun fact. that confused me as well rn lmao. I may do a slightly changed layout and will add a delete song button (forgot it after reworking the ui)
  2. It's not a main focus as you can now use arrow keys and do multi select which will speeds things up. It may be added in a future version of BMBF Manager
  3. yeah that'll be added to the wiki
  4. for deleting songs I will need to do some testing to see if I can do that via the BMBF config bc of the runtime song loader changes. otherwise it'll be done via adb and not saved when you save but right away which won't be undoable

@ComputerElite
Copy link
Owner

yeah looks like songs have to be deleted via adb

@ComputerElite
Copy link
Owner

image
alright that should be mostly how you wanted it. Still have to polish up some little things

@ComputerElite
Copy link
Owner

alright it's now released. If you got any more issues feel free to open this issue again https://github.com/ComputerElite/BM/releases/tag/1.16.6

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