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

music Queue structure #6

Open
4 tasks
jayjoshi64 opened this issue Jan 11, 2018 · 0 comments
Open
4 tasks

music Queue structure #6

jayjoshi64 opened this issue Jan 11, 2018 · 0 comments
Assignees

Comments

@jayjoshi64
Copy link
Owner

workflow for user :

  1. favourite songs
  2. select song
  3. add to queue
  4. play the song

queue storage using pickle
queue storage :: queue.pickle

  • Queue maintanence

in listwidget addtoqueue should be there which will append the list of songs to the queue.

class listWidget:
     addToQueue
  • addtoqueue

songListWidget should be updated when user click to album or playlist or artist and should set with the list of song of them.

 SongListWidget:

       set(list)
       reset()
  • songList: set()
  • songListL reset()
@jayjoshi64 jayjoshi64 added this to To do in Music Player Jan 11, 2018
@jayjoshi64 jayjoshi64 assigned jayjoshi64 and unassigned jayjoshi64 Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Music Player
  
To do
Development

No branches or pull requests

1 participant