Navigation » MPC Club Community Board > Media Player Section > General discussions » One movie database for multiple NAS working from one Mediaplayer

Notices

» Slysoft Recommended!
1 CLick BD and DVD backups
Download AnyDVD HD!
For Blu-Ray and DVD!
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Stats
Members: 85,435
Threads: 29,403
Posts: 248,067
Welcome to our newest member, -Cherry-
» MPC Club Advertisers and Sponsors
Reply
 
Thread Tools
Old 12-06-12, 20:17   #11
halfelite
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Feb 2011
Posts: 32
Contribution: 0.01%
Thanks: 0
Thanked 4 Times in 4 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Yes if you run yamj/eversion it will mount whatever share it needs and play the video file.

And also if you want to use NMJ the built in jukebox there is way to make it work with multiple shares also its a little more work to get working but does work.


So first thing first were you trying to use NMJ the built in jukebox or yamj the jukebox that is ran from a pc?


The way you keep saying it put a database on each share makes me think you were using NMJ
halfelite is offline   Reply With Quote
Old 12-06-12, 21:23   #12
Thomas D
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jun 2012
Posts: 21
Contribution: 0.01%
Thanks: 4
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Hi Halflite

Then I started with my Popcorn Hour C200 I only had one NAS and I used standard YAMJ wich was run from a pc and exsported the databasefile with art and so on to the NAS. I didn't use the eversion skin/addon. Later on i got my Nas nr. 2 (have 4 Qnap TS410 now) and now my problems started. I needed to have the YAMJ database placed on a NAS but I could not get it to start movies placed on the other NAS. The PopCornHour sort of get stuck on the NAS i started the YAMJ database from. I tried different stuff but I never actually got it to work and on the Networkmediaforum I found people stating that the Popcornhour only could handle one share at the time (one NAS) so I stopped trying to solve the "quest"

Then I bought my C300 I didn't use YAMJ but the buildin NMJ. It works much like my first go with YAMJ on the C200, it scans the selected Nas, place a database locally on the NAS, and could only starts movies from the NAS it was placed on. I never found a complete description how to work around this problem. I have to admit that I'm not a pro programmer in Linux, Java and the like - so that could be part of the problem.

If you have a description on how to make YAMJ/Eversion work on my C300 with one database for exsample placed on the internal drive in the C300 being able to start movies from whatever NAS they are placed on I would be most gratefull for you to share it with me.

I'm sure that there would be lot's of other users benefitting from it too
Thomas D is offline   Reply With Quote
Old 12-06-12, 21:54   #13
halfelite
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Feb 2011
Posts: 32
Contribution: 0.01%
Thanks: 0
Thanked 4 Times in 4 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

there are a couple ways to get it to work with yamj/eversion you need to look here http://www.dentedboxes.com/doku.php/yamj:install:share but to better understand when you set the player path for the library you will use smb://[username=password]server/sharename/path

so for example you will have this

Code:
<libraries>
    <library>
        <path>z:/nas1/movies</path>
        <playerpath>smb://[username=password]nas1/movies/</playerpath>
        <exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
        <description></description>
        <prebuf></prebuf>
        <scrapeLibrary>true</scrapeLibrary>
    </library>

    <library>
        <path>y:/nas2/TV/</path>
        <playerpath>smb://[username=password]nas2/tv</playerpath>
        <exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
        <description></description>
        <prebuf></prebuf>
        <scrapeLibrary>true</scrapeLibrary>
    </library>
and you can store the jukebox files anywhere they can be on a share on any nas or on the internal drive of the pch. and just to note you dont have to add the shares to the pch if you dont want to
halfelite is offline   Reply With Quote
The Following User Says Thank You to halfelite For This Useful Post:
Thomas D (12-06-12)
Old 12-06-12, 22:54   #14
Thomas D
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jun 2012
Posts: 21
Contribution: 0.01%
Thanks: 4
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Originally Posted by halfelite View Post
there are a couple ways to get it to work with yamj/eversion you need to look here http://www.dentedboxes.com/doku.php/yamj:install:share but to better understand when you set the player path for the library you will use smb://[username=password]server/sharename/path

so for example you will have this

Code:
<libraries>
    <library>
        <path>z:/nas1/movies</path>
        <playerpath>smb://[username=password]nas1/movies/</playerpath>
        <exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
        <description></description>
        <prebuf></prebuf>
        <scrapeLibrary>true</scrapeLibrary>
    </library>

    <library>
        <path>y:/nas2/TV/</path>
        <playerpath>smb://[username=password]nas2/tv</playerpath>
        <exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
        <description></description>
        <prebuf></prebuf>
        <scrapeLibrary>true</scrapeLibrary>
    </library>
and you can store the jukebox files anywhere they can be on a share on any nas or on the internal drive of the pch. and just to note you dont have to add the shares to the pch if you dont want to
I will try to dig into it and be back with a responce then I hopefully get's it to work
Thomas D is offline   Reply With Quote
Old 22-06-12, 00:36   #15
Thomas D
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jun 2012
Posts: 21
Contribution: 0.01%
Thanks: 4
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Originally Posted by halfelite View Post
there are a couple ways to get it to work with yamj/eversion you need to look here http://www.dentedboxes.com/doku.php/yamj:install:share but to better understand when you set the player path for the library you will use smb://[username=password]server/sharename/path

so for example you will have this

Code:
<libraries>
    <library>
        <path>z:/nas1/movies</path>
        <playerpath>smb://[username=password]nas1/movies/</playerpath>
        <exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
        <description></description>
        <prebuf></prebuf>
        <scrapeLibrary>true</scrapeLibrary>
    </library>

    <library>
        <path>y:/nas2/TV/</path>
        <playerpath>smb://[username=password]nas2/tv</playerpath>
        <exclude name="sample,tmp/,temp/,RECYCLE.BIN/,/._"/>
        <description></description>
        <prebuf></prebuf>
        <scrapeLibrary>true</scrapeLibrary>
    </library>
and you can store the jukebox files anywhere they can be on a share on any nas or on the internal drive of the pch. and just to note you dont have to add the shares to the pch if you dont want to

Hi Halfelite

I tried to do as told and it works fine, but only if i set the output in the first line to the same as the playerpath. YAMJ scans the movies and creates a jukebox i can start from my PopcornHour.

In the example below I set it to scan 3 different path Bluray8 - 9 - and 10.
I tried in the first line to set it to store the output from the scan to a path on Nas1 there i have a empty directory called YAMJ.

<!-- Library file generated by Omertron's GUI Config -->
<!-- YAMJ GUI Config v0.51 -->
<!-- http://mediaplayersite.com/YAMJ_GUI_Config -->

<libraries>

<library>
<path>p:/nas1/yamj</path>
<playerpath>smb://[admin=td3011td]nas3/Blu-Ray10/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>

<library>
<path>p:/nas1/yamj</path>
<playerpath>smb://[admin=td3011td]nas3/Blu-Ray9/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>

<library>
<path>p:/nas1/yamj</path>
<playerpath>smb://[admin=td3011td]nas3/Blu-Ray8/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>

</libraries>



Then i tried to run this My_Library file through YAMJ i got the following message:

not found
Using properties file./properties/apikeys.properties

Skin Name : Eversion
kin Version: 0.2.8.13 (R0167) (2012-14-03)
Visit www.dentedboxes.com for skin/eskin support
more eskins and updates
Unknown property: ´logo-sizes´ value: ´(w45, w92, w154, w185, w300, w500, originall´
Skipped invalid media library: P/nas1/yamj
Skipped invalid media library: P/nas1/yamj
Skipped invalid media library: P/nas1/yamj
Using 1 processing threads and 1 downloading threads...
See README.TXT for increasing performanceusing these settings.
Preparing environment...
Initializing...
Scanning library directory D:\YAMJ\My_Library.xml
Jukebox output goes to P:\
Found 0 videos in your media library
Stored 1047 files in the info cache

MovieJukeBox process completed at Fri Jun 22 00:04:21 CEST 2012
Processing took 00:00:01
Push a button to continiue


Can you tell what the correct script file should look like?

The reason why it stores 1047 was because i already tried to scan eash share one by one with the output path set to the same path where the movies there stored.

Warm regards
Thomas
Thomas D is offline   Reply With Quote
Old 22-06-12, 00:41   #16
halfelite
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Feb 2011
Posts: 32
Contribution: 0.01%
Thanks: 0
Thanked 4 Times in 4 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

its saing <path>p:/nas1/yamj</path> is not a valid path for media, path should be were your media is stored not where you want to store the jukebox
halfelite is offline   Reply With Quote
Old 22-06-12, 19:51   #17
Thomas D
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jun 2012
Posts: 21
Contribution: 0.01%
Thanks: 4
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Originally Posted by halfelite View Post
its saing <path>p:/nas1/yamj</path> is not a valid path for media, path should be were your media is stored not where you want to store the jukebox
Hi Halflite thx for taking the time to comment.

YAMJ is working fine with Eversion skins, and I have no problems scanning each storage where the media is then i set the path for the output to be the same.

But then if I want to collect all the outputs from YAMJ/Eversion in on jukeboks I should just copy each jukebox from the media storage to this one collection jukebox and thats it - or do you disagree

I saw on DentedBoxes that a lot of users was going for a skin called EvHell, can you recommend this skin?
Thomas D is offline   Reply With Quote
Old 22-06-12, 20:25   #18
halfelite
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Feb 2011
Posts: 32
Contribution: 0.01%
Thanks: 0
Thanked 4 Times in 4 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Originally Posted by Thomas D View Post
Hi Halflite thx for taking the time to comment.

YAMJ is working fine with Eversion skins, and I have no problems scanning each storage where the media is then i set the path for the output to be the same.

But then if I want to collect all the outputs from YAMJ/Eversion in on jukeboks I should just copy each jukebox from the media storage to this one collection jukebox and thats it - or do you disagree

I saw on DentedBoxes that a lot of users was going for a skin called EvHell, can you recommend this skin?
No that is not what you do, Your putput for all jukeboxes should go in a single folder. You should scan all nas's in one go only run yamj once for all storage options you have. So say you are saving your jukebox to local media on the pch. we will call it Z:\ mapped on your pc, And you are scanning NAS1 at y:\Movies and nas2 at x:\tvshows your library will look like this.

Code:
<!-- Library file generated by Omertron's GUI Config -->
<!-- YAMJ GUI Config v0.51 -->
<!-- http://mediaplayersite.com/YAMJ_GUI_Config -->

<libraries>

<library>
<path>Y:\Movies</path>
<playerpath>smb://[admin=td3011td]nas1/Movies/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>

<library>
<path>X:\tvshows</path>
<playerpath>smb://[admin=td3011td]nas2/tvshows/</playerpath>
<exclude name="sample,tmp/,temp/,RECYCLER/,RECYCLE.BIN/"/>
<description></description>
<prebuf></prebuf>
<scrapeLibrary>true</scrapeLibrary>
</library>

</libraries>
Then when you run yamj if you are doing it from command line it would look something like this

Code:
MovieJukebox.bat MY_library.xml -o Z:\yamj
that would scan both NAS1 and NAS2 at the same time and put the output into the internal drive of teh pch in a folder called yamj, from there you can watch anything on either nas
halfelite is offline   Reply With Quote
The Following User Says Thank You to halfelite For This Useful Post:
Thomas D (22-06-12)
Old 22-06-12, 23:03   #19
Thomas D
Premium Potential
TIP: Upgrade to Premium
Active Member
 
Join Date: Jun 2012
Posts: 21
Contribution: 0.01%
Thanks: 4
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
Default Re: One movie database for multiple NAS working from one Mediaplayer

Now I get it - i was so focussed on that the path to there yamj should store the jukebox data should be somewhere in the library file. I didn't think about it should be given with the start command. Nice to get it right - thx for helping
Thomas D is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


» MPC top List...

TOP 5 Regular media players

  • Popcorn Hour C-300 (81%)
  • Mede8er Med500x2 (80%)
  • Dune SMART (D1) (65%)
  • HDI Dune Base 3.0 (52%)
  • DViCo TViX X-Roid (00%)

TOP 5 Hybrid media players

  • HDI Dune BD Prime 3.0 (75%)
  • HDI Dune HD SMART B1 (74%)
  • PoPCorn Hour C-200 (68%)
  • HDI Dune MAX (54%)

We do not recommend currently...

  • Xtreamer products
  • Hantech products
  • MViX products
  • DviCo products
  • HDX products
Powered by vBadvanced CMPS v3.2.1 - twisted by vbTwist and Hi-Jack (MPC Club)