![]() |
Re: [application] pyRadio (Pandora)
Quote:
Give it a little bit for the repositories to update and you should see it. |
Re: [application] pyRadio (Pandora)
Woo hoo! It is working. Thanks. Is there something I can edit to chajge the white to a medium dark tone?
|
Re: [application] pyRadio (Pandora)
Quote:
Below the line that reads: Code:
self.ui.btnHate.setStyleSheet("background-color: rgb(100, 100, 100);\nborder: rgb(255, 255, 255);\nbackground-image: url(:/img/img/thumbdwn_small.png);") Code:
self.ui.centralwidget.setStyleSheet("background-color: #111111") I haven't coded any easy ways to do this if thats what you were asking.. |
Re: [application] pyRadio (Pandora)
Wow! my pyradio stopped working, it will load try to validate then crash, but after the update this morning its like having my work friend back. Thank you it was oh so quirt for a bit there, I even had to use the actual radio!!!
|
Re: [application] pyRadio (Pandora)
Quote:
|
Re: [application] pyRadio (Pandora)
Quote:
http://www.allprofitallfree.com/color-wheel2.html 100, 100, 100 is Grey actually. But yes, it's an even mixture of red, green, and blue. You can use rgb(Number, Number, Number) or the normal #000000 system for any color you want. That specific line refers to the background color of the thumbs down button which is a dark gray color. White is rgb(255, 255, 255) and black is rgb(0,0,0). rgb(0, 100, 0) is a dark green. Use the color wheel above.. find you a color you like, and have fun with pyRadio. The beauty of open source :). Just remember that if you update from me your changes will be lost. |
Re: [application] pyRadio (Pandora)
Don't know if this is relevant to anything, but I left v3.3 installed and then did the upgrade to 3.4. When I ran it from the desktop it started, but never connected. I tried it about 3 times. Then I tried it from the terminal, and it connected on the first try. Now it works normally again.
Just a glitch? |
Re: [application] pyRadio (Pandora)
Quote:
I found the pyRadio.py to edit, just one more thing, what line of code do I change for a app backround color change? |
Re: [application] pyRadio (Pandora)
Quote:
Maybe a network issue temporarily? Not sure. |
Re: [application] pyRadio (Pandora)
Quote:
However, I do set my own colors through the pyRadio code for like the albumArt so while the background will be that color, the albumArt widget will still be white unless you go find that line and change it as well. EDIT: Just change the background-color: #111111 in my above code to read "background-color: rgb(66, 214, 8);" instead. |
All times are GMT. The time now is 23:17. |
vBulletin® Version 3.8.8