Skip to content

jsteelz/LOLTunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOLTunes

Ongoing project to build a simple Python-based music player. Based on Python3, VLC, and SQLite3.

Dependencies

  • Python 3
  • VLC
  • SQLite3

Run it yourself

Open up terminal:
mkdir /path/to/your/directory
cd /path/to/your/directory
git clone this-repo
cd code
py main.py
Or make it into an app:

Follow the above steps, then:

insert code here

Functionality

Search bar

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

About

Python music player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages