-
Notifications
You must be signed in to change notification settings - Fork 50
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
Module distribution (single file) or package #7
Comments
I don't think a single file is that good but I am interested in making the whole thing a single package. I think the code should be refractored a bit, making new methods and fixing stuff. |
If you want, tell me when you consider the code ready to accept contributions. |
There are a few things that need to be done like #5 and #4 After that we could start adding new stuff and improving existing things. It would be cool to have some better way to implement information/tracklist providers (right now I manually check for flags if I need to use Wikipedia or file or amazon). My dream would be to have some kind of plugin system and everyone could write plugins that tell the main program where to get album info (such as track names, duration,...) |
Are you interested in transform the project to a single file (module) or a package?
The text was updated successfully, but these errors were encountered: