module documentation
Infrastructure to facilitate playing songs
Class |
|
Thread to be used for playing songs |
Function | play |
Play music in background if no song is provided, a random will be picked |
Function | play |
Play random music from the available songs in the background |
Function | play |
Play song from given file in background |
Function | __music |
Undocumented |
Play music in background if no song is provided, a random will be picked
Parameters | |
songstr | None | Song to play, set to None or omit to use a random one |
Returns | |
PlayThread | Underlying thread for playing music |
Play random music from the available songs in the background
Returns | |
PlayThread | Underlying thread for playing music |
Play song from given file in background
Parameters | |
filestr | Filename of song to play in background |
Returns | |
PlayThread | Underlying thread for playing music |