Ongoing project to build a simple Python-based music player. Based on Python3, VLC, and SQLite3.
- Python 3
- VLC
- SQLite3
mkdir /path/to/your/directory
cd /path/to/your/directory
git clone this-repo
cd code
py main.py
Follow the above steps, then:
insert code here
Searching for music by default will return songs. For more specific searches, use the following flags at the start of the search:
;s | search songs
;al | search albums
;ar | search artists
Note that at present, the flags cannot be combined.
The search functionality tokenizes the search and searches by the following attributes:
- Song name
- Artist name
- Album artist name
- Album name
- Genre