![]() |
2009-03-09
, 18:59
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#192
|
Headset button control is functional for PLAY/PAUSE,but not for NEXT/PREVIOUS song?
why?I have installed the MediaBox 0.96.4 .
![]() |
2009-03-09
, 19:15
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#193
|
well, the icon changes as it should, but still doesn't shuffle. looks like someone else is having this problem as well, so maybe i'm not crazy...
![]() |
2009-03-09
, 23:43
|
Posts: 275 |
Thanked: 46 times |
Joined on Feb 2008
@ Raleigh, NC
|
#194
|
Can you show me the folder structure you have and which files have embedded cover art?
Maybe then I can find out what's going wrong with indexing.
![]() |
2009-03-10
, 02:10
|
Posts: 77 |
Thanked: 11 times |
Joined on May 2008
|
#195
|
![]() |
2009-03-10
, 07:18
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#196
|
The Following User Says Thank You to pycage For This Useful Post: | ||
![]() |
2009-03-10
, 07:31
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#197
|
python2.5 -c "import gconf"
python2.5 -c "import gnome.gconf"
![]() |
2009-03-10
, 07:38
|
|
Posts: 3,404 |
Thanked: 4,474 times |
Joined on Oct 2005
@ Germany
|
#198
|
![]() |
2009-03-10
, 12:07
|
Posts: 77 |
Thanked: 11 times |
Joined on May 2008
|
#199
|
OK, this does mean that it doesn't even try to shuffle (otherwise it would jump back to another song).
I think this behavior is gconf-related then.
Please try the following in the X-Terminal:
andCode:python2.5 -c "import gconf"
Does one of these succeed, or do they both report an error?Code:python2.5 -c "import gnome.gconf"
BusyBox v1.6.1 (2008-09-18 09:43:17 EEST) Built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ python2.5 -c "import gconf" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named gconf ~ $ python2.5 -c "import gnome.gconf" ~ $
![]() |
2009-03-11
, 12:35
|
Posts: 275 |
Thanked: 46 times |
Joined on Feb 2008
@ Raleigh, NC
|
#200
|
I think the best way would be to create a folder with minimal content just enough so that the error occurs, then zip it up and email it to me or attach to a bugreport on garage.maemo.org/projects/mediabox.
well, the icon changes as it should, but still doesn't shuffle. looks like someone else is having this problem as well, so maybe i'm not crazy...