isub 3.1.1

Posted:
Thu Jan 24, 2013 9:59 am
by jake-
Hi,
there is a strange behaviour with the new isub 3.1.1.
Navigating folders from artist eads to a completely wrong albums on my mc. Don't know if it's a problem with mc only. Could anybody check if it's just me

thx jake-
Re: isub 3.1.1

Posted:
Thu Jan 24, 2013 10:17 am
by hakko
It shouldn't make a difference, but I guess you've tried dragging upwards to refresh and avoid cached results? That would only apply if you've re-installed MC, moved folders around etc so that they've been given new ids.
Re: isub 3.1.1

Posted:
Thu Jan 24, 2013 11:08 am
by hakko
You can also verify yourself what the REST API that iSub relies on returns.
Try surfing to:
localhost:port/rest/getIndexes.view?u=admin&p=admin&c=c&v=1.7.0
Then use the ids to navigate:
localhost:port/rest/getMusicDirectory.view?u=admin&p=admin&c=c&v=1.7.0&id=MF_-1
(id=MF_-1 goes to your media folders, id=A... goes to artists etc)
Replace u=admin and p=admin with your username and password.