Sixthhokage2 / remuco

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

Library tab and Files tab are empty on Android client with MPD #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: Debian Squeeze
* Remuco adapter version: 0.95
* Remuco client version: source(2011-09-04)
* Client device: HTC Magic (Android 2.2 - Cyanogen)
* Player: MPD 0.15.12

What steps will reproduce the problem?
1. connect client to remuco server
2. go to library tab

What is the expected behavior? What happens instead?

it should have 2 folders (Files and Playlists, the defaults root folders of MPD 
Adapter), but it's empty

Additional information:
If I comment line 172 in file client/android/RemucoLibrary.java (if 
(l.getActions().size() == 0) return;) it fixes the bug.

I don't know if the bug is in the adapter or the android client.
I look at other adapters, I think is the same, for least xmms2 and rhythmbox.

Original issue reported on code.google.com by fantom...@gmail.com on 4 Sep 2011 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by obensonne@googlemail.com on 5 Sep 2011 at 8:57

GoogleCodeExporter commented 9 years ago
I tested with rhythmbox and Nexus one. It didn't changed anything. After 
reading some code, I agree this check is not required. I already send a push 
request to obensonne on github.

Thanks for the bug report.

Original comment by fabien.c...@gmail.com on 6 Sep 2011 at 10:37

GoogleCodeExporter commented 9 years ago
Thanks Fabien, merged.

Original comment by obensonne@googlemail.com on 6 Sep 2011 at 6:28