musicpack / mbox

Music Box is a music player widget in a Discord message.
7 stars 2 forks source link

Separate Player core and metadata to different modules #134

Closed borisliao closed 3 years ago

borisliao commented 3 years ago

Describe what needs to be changed. Player.py is increasingly getting bigger and convoluted. Sections of core and metadata can be separated to reduce 200 lines of code from player, improving clarity.

Describe the proposed changes Move metadata to another module.