Sets88 / vlctvstation

Mini tv station application, with scheduler
http://sets88.com/blog/2013/vlctvstation/
GNU General Public License v2.0
9 stars 3 forks source link

Needs apscheduler < v3 #1

Open fenwick67 opened 8 years ago

fenwick67 commented 8 years ago

APScheduler v3 introduced a slightly different API, and doesn't have a filesystem storage mechanism as far as I can tell. This isn't a problem but the docs should probably be updated to mention this.

Also APScheduler isn't available in apt (as far as I can tell), so I used pip instead and specified a version less than 3.

These were the install steps I had to take:

sudo apt-get -y install git python-flask vlc python-pip
pip install 'apscheduler<3'
git clone https://github.com/Sets88/vlctvstation.git
cd vlctvstation/vlctvstation
python vlctvstation.py

Very neat app, by the way.

Sets88 commented 8 years ago

Thanks for informing me, updated README And its great that somebody finds my app useful