Go to advanced search

by twin802
Sat May 30, 2015 4:05 pm
Forum: Python
Topic: Retrieving the current song playing with Python
Replies: 2
Views: 461

Re: Retrieving the current song playing with Python


Yeah, I asked that question. Just got an answer, thanks anyways.
by twin802
Fri May 29, 2015 2:55 pm
Forum: Python
Topic: How to turn on Bluetooth Discoveribility in python?
Replies: 9
Views: 7672

Re: How to turn on Bluetooth Discoveribility in python?

http://homepages.ius.edu/RWISMAN/C490/h ... etooth.htm

Check out the website, specifically look into the programming of the server. I believe that when the server "listens" on a port, then the bluetooth will become discoverable. But, I never had much luck with bluetooth.
by twin802
Wed May 27, 2015 9:35 pm
Forum: Python
Topic: How to turn on Bluetooth Discoveribility in python?
Replies: 9
Views: 7672

Re: How to turn on Bluetooth Discoveribility in python?

Would you like the python program to change to discoverable, using PyBluez? Or are you wanting to change the actual raspberry pi discoverable by your devices?
by twin802
Wed May 27, 2015 9:34 pm
Forum: Python
Topic: Retrieving the current song playing with Python
Replies: 2
Views: 461

Retrieving the current song playing with Python

I'm using the pianobar (pandora client) music player in conjunction with my python program. How am I able to get the current song being played and how long is left on the song with python? Is it possible? I've looked into "pipes" but I couldn't figure out how to work that...

Go to advanced search