Andrzej

Results 7 issues of Andrzej

Hi, Would you consider merging in remote sensors support? It was tested with two remote sensors pushing temperature data with http GET call. There is a bit more info in...

It fixes #4 (Crash when accessing artist with sqlite3) Could you pull it in? Fixed crash when accessing artist by disabling (not used?) recently played check.

Hi, Crash is only with sqlite3, mysql is ok. Select 'Artists' from menu then a specific artist - it crashes with: params (2,) self e OperationalError('near "1": syntax error',) query...

python manage syncdb fails, E.g. with sqlite3: ~/radio_www/pydj$ python manage.py syncdb Creating tables ... Creating table auth_permission Creating table auth_group_permissions Creating table auth_group Creating table auth_user_user_permissions Creating table auth_user_groups Creating...

Add playitslowlycli console application. $ playitslowlycli --help Usage: playitslowlycli [options] audiofile Application changes playback speed. By default it plays the audio track. When encoder is set (-e option) it sotres...

Currently we can specify date, e.g.: ``` bash ./myTasks.py -n "Tasks list" "task3" 2013-09-06 ``` It would be good to specify also time for a new task, e.g.: ``` bash...