pculture / miro

Miro is a popular, free, and open internet TV application. It brings video channels from thousands of sources and has more free HD than any other platform.
http://www.getmiro.com/
243 stars 84 forks source link

High Quality Toggle for YouTube #427

Open jamstone opened 11 years ago

jamstone commented 11 years ago

In response to http://support.getmiro.com/support/discussions/topics/7684, wherein users are requesting the ability to manage their bandwidth usage by downloading lower quality videos, I have tried to implement a checkbox in the downloads preference panel that will reduce the highest quality video format from YouTube from "22" to "18" (720 to 320).

This could easily be applied to other websites as well with little effort.

jamstone commented 11 years ago

Not sure why but the compiler is generating an error on screensaver.py, a file I haven't touched and that hasn't been changed in 30 months. Seems the compiler is unable to see the dbus module?

File "/home/travis/build/pculture/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/plat/screensaver.py", line 33, in

import dbus

ImportError: No module named dbus