Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

remuco-amarok: Ogg files and cover files are not being displayed #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Archlinux
* Remuco version: 0.9.5
* Client device: Nokia 3710 (MIDP)
* Player: Amarok

What steps will reproduce the problem?

All my collection is in ogg format, when i open the client file explorer and go 
to my music collection, all folders seems to be empty, i think it cannot see 
ogg files...
Everything else is working as expected, except for the cover that is not being 
displayed, here is what log shows:

2011-04-22 11:57:12,857 [   INFO] [  config.py  218] remuco version: 0.9.5
2011-04-22 11:57:12,858 [   INFO] [   files.py   73] file browser root dirs: 
{'Gkdeb': '/home/gkdeb'} 
2011-04-22 11:57:12,862 [   INFO] [ manager.py  251] start dbus observer
2011-04-22 11:57:12,864 [   INFO] [ manager.py  282] start main loop
2011-04-22 11:57:12,865 [   INFO] [ manager.py   57] start player adapter
2011-04-22 11:57:12,867 [   INFO] [     net.py  422] created bluetooth server
2011-04-22 11:57:12,876 [   INFO] [     net.py  422] created wifi server
2011-04-22 11:57:12,881 [   INFO] [ manager.py   67] player adapter started
2011-04-22 12:00:05,736 [WARNING] [    data.py  180] failed to thumbnail 
/home/gkdeb/Música/Rob Stone & The C-Notes/No Worries/cover.jpg ([Errno 2] 
No such file or directory: u'/home/gkdeb/M\xc3\xbasica/Rob Stone & The 
C-Notes/No Worries/cover.jpg')
2011-04-22 12:04:25,173 [WARNING] [    data.py  180] failed to thumbnail 
/home/gkdeb/Música/Rob Stone & The C-Notes/No Worries/cover.jpg ([Errno 2] 
No such file or directory: u'/home/gkdeb/M\xc3\xbasica/Rob Stone & The 
C-Notes/No Worries/cover.jpg')

Maybe the fact that my Music folder is called "Música" (with tilde) has 
something to do with it...

Sorry for my english, please tell me how can i send you more useful information.

Thanks.

Original issue reported on code.google.com by adictoal...@gmail.com on 22 Apr 2011 at 3:17

GoogleCodeExporter commented 9 years ago
Hi!

I have similar problem. All my files are MP3 files with embedded cover arts. 
Amarok 2 display cover arts correctly, but remuco client don't. If I update 
cover art via Amarok (using cover art manager), then remuco client start 
displaying it correctly. (Amarok 2.4.0, remuco 0.9.5, I could post any logs, 
but don't know where to look for them).

Best regards:
Krzysztof

Original comment by krzyszto...@gmail.com on 29 May 2011 at 10:17

GoogleCodeExporter commented 9 years ago
@adictoal..

Concerning the cover problem, the reason is that your file system encoding 
appears to be Latin1. On a pure UTF-8 system, you shouldn't experience this 
problem. Do you see a chance to switch?

Anyway, to check at which point this character encoding issue happens, I need 
your logs again, but this time with DEBUG enabled (in the file 
~/.config/remuco/remuco.cfg).

Concerning the ogg-problem, this is because some ogg-files have an mime-type of 
"application/ogg", instead of "audio/ogg". Remuco expects the latter one and 
thus fails to consider your ogg files (which probably have the mime-type 
"application/ogg") as audio files. I'll update the adapter to also include 
"application/ogg" typed files.

Original comment by obensonne@googlemail.com on 9 Aug 2011 at 8:09

GoogleCodeExporter commented 9 years ago
@krzysztof: This seems to be another issue. Please open a new issue for your 
problem .. makes my life easier, thanks!

Original comment by obensonne@googlemail.com on 9 Aug 2011 at 8:10

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 7bf5fb57482e.

The list of audio mime types now includes "application/ogg" and thus
fixes the problem of hidden OGG files.

Original comment by obensonne@googlemail.com on 9 Aug 2011 at 8:28

GoogleCodeExporter commented 9 years ago
Now it's working as expected. Thanks!

Original comment by adictoal...@gmail.com on 10 Aug 2011 at 11:46

GoogleCodeExporter commented 9 years ago
I close this issue as fixed. Concerning the cover art/filename encoding issue, 
feel free to open a new issue (see also comment 2).

Original comment by obensonne@googlemail.com on 15 Aug 2011 at 7:57