Page 1 of 3

Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 5:41 am
by bman289
Just ran thru the JInzora One-Click install and everything appeared fine; I'm able to open Jinzora and login as admin and create other user accts. Problem is none of the media is showing up. I know it scanned everything in the "music" directory but nothing is displaying.

Anyone know if there is additional step I need to the instructions below? (Thanks in advance!):

The default administrator in the "One-click" install of Jinzora2 on Amahi is

login: admin
password: admin
The One-click installer is configured to have the music library stored in the share called "music." To scan your library into Jinzora:

login as the user "admin"
click the "Admin Tools" icon - in the little window at the top left of the screen
in the pop-up window click "Media Management"
click "Rescan media"
select the options you prefer (All sub-items for me) and click the "Scan Now" button

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 9:56 am
by gmw
I am not sure what the issue is: maybe check at http://en.jinzora.com/ ?
How have you confirmed that the folder was scanned correctly -- if it was then the Jinzora database whould have some content (have you confirmed this?)

If you learn more please post to sort it out :?:

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 10:26 am
by bman289
Jinzora scanned all the mp3 media fine but it looks like maybe some component of the "One-Click Install" didn't create the database or doesn't link to it correctly - hopefully whoever created/tested the one-click can steer me in the right direction about a missing step, etc. Looks like most folks are using AmahiTunes so maybe nobody's noticed yet. I thought the One-Click Install was created by the Amahi Team but maybe this is more a Jinzora question? If I find something out will be happy to update the wiki tho...

Anyone else done the One-Click install of Jinzora?

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 11:10 am
by gmw
Jinzora scanned all the mp3 media fine but it looks like maybe some component of the "One-Click Install" didn't create the database or doesn't link to it correctly - hopefully whoever created/tested the one-click can steer me in the right direction about a missing step, etc. Looks like most folks are using AmahiTunes so maybe nobody's noticed yet. I thought the One-Click Install was created by the Amahi Team but maybe this is more a Jinzora question? If I find something out will be happy to update the wiki tho...

Anyone else done the One-Click install of Jinzora?
I did some of the work on packaging Jinzora -- I want to help get to the bottom of your issue.
I do not think you would be able to log into Jinzora if the database was not created.

To see how many tracks have been read into the database directly, from a command line on the HDA:

Code: Select all

mysql -u jinzora2 -pjinzora2 jinzora2
(to open the JInzora database in mysql)

Code: Select all

select count(*) from jz_tracks;
(to return the count of tracks read into the Jinzora database)

Report what you learn and we can take it from there ... what you report should provide enough info to solve the problem ...

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 2:12 pm
by bman289
Thanks gmw - and I'm able to login to Jinzora fine and get the entire left side of the Jinzora GUI; it just doesn't populate media on the right side.

I ran your commands and got the following:

mysql> select count(*) from jz_tracks;
+----------+
| count(*) |
+----------+
| 11403 |
+----------+
1 row in set (0.00 sec)

a few files in there... :)

Thanks again for the help

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 2:15 pm
by gmw
Yeah -- quite a collection!

Glad to hear you;re up and running 8-)

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 3:42 pm
by bman289
Actually it's not up and running - left side appears but nothing is populated in the middle & right side of the screen after logging in. All the more strange cause it appears the database did get created ok...Thanks

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 3:50 pm
by gmw
In the options on the left have you tried some different styles for the UI.
I have not used Jinzora that much, but I have seen that the style dictates what is displayed on the screen -- if you work out the issue please post the solution for others .. thanks for persevering.

:P

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 3:57 pm
by bman289
Will post the fix when/if I straighten it out :D Thanks

Re: Jinzora One Click - No Media Showing

Posted: Tue Apr 21, 2009 5:22 pm
by grbansen
I have the same problem no media showing. Have tried every possible combination of options.