|
2008-12-17
, 02:16
|
Posts: 105 |
Thanked: 48 times |
Joined on Aug 2008
|
#32
|
I still have to navigate to the file I want to listen to, but if this is not the way it is supposed to be working I think I know why. I'll try my fix and check back.
|
2008-12-17
, 04:45
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#33
|
It supports m3u playlists now. (queuing files and managing playlists is on the roadmap)
dbus-send --type="method_call" --dest=org.panucci /player org.panucci.interface.queue_file string:<absolute filepath>
The Following User Says Thank You to nikosapi For This Useful Post: | ||
|
2008-12-17
, 04:50
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#34
|
i can't seem to get it working right. after installing and re-installing for a number of times i tried launching from terminal and got an error reading:
AttributeError: 'module' object has not attribute 'VolumeButton'
What is weird is that it starts up for like a half/quarter-second and then dies. any guesses as to this issue?
thanks!
|
2008-12-17
, 06:32
|
Posts: 11 |
Thanked: 0 times |
Joined on Dec 2007
|
#35
|
There are two things I can think of that may cause this:
- Check that the file /etc/osso_software_version exists on your tablet, if not create it
- Make sure python2.5-hildon is installed, but you should have gotten an error message about not having it...
|
2008-12-17
, 09:55
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#36
|
i can't seem to get it working right. after installing and re-installing for a number of times i tried launching from terminal and got an error reading:
AttributeError: 'module' object has not attribute 'VolumeButton'
What is weird is that it starts up for like a half/quarter-second and then dies. any guesses as to this issue?
thanks!
|
2008-12-19
, 19:42
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#37
|
Install the correct osso-software-version package for your tablet or gain root and then do:
touch /etc/osso_software_version
This way, Panucci can detect that it's running on the tablet (as opposed to running on Linux on the Desktop.)
|
2008-12-20
, 10:15
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#38
|
The Following 3 Users Say Thank You to qwerty12 For This Useful Post: | ||
|
2008-12-21
, 01:31
|
|
Posts: 4,672 |
Thanked: 5,455 times |
Joined on Jul 2008
@ Springfield, MA, USA
|
#39
|
|
2008-12-21
, 07:33
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#40
|
I still have to navigate to the file I want to listen to, but if this is not the way it is supposed to be working I think I know why. I'll try my fix and check back.