MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server » General Talk


General Talk Talk about the MediaPortal TV-Server

Reply
 
Thread Tools Display Modes
Old 2008-01-12, 22:16   #1 (permalink)
Portal Member
 
Join Date: Jun 2006
Age: 35
Posts: 38
Thanks: 0
Thanked 6 Times in 2 Posts


Default Media Server (Movies, Music, Pictures)

Hi all,

I guess every TV Server user asks "why there is no easy support for sharing movies, music and pictures"... Well, now there is.

I have finished the development of the first release of the "Media Server" and now everyone can share their media between all the Media Portal clients in the setup.

The installation is easy:

Install the server service (for each machine that contains media that you would like to share)

1. Run setup.exe (attached)
2. Start the new windows service "Media Server Service"
3. Run the server configuration from the installation directory (MediaServerConfiguration.exe) and edit your shares. For each folder that you would like to share, you need to share the windows directory and attach a name that will be used by Media Portal. You can do all of these from the server configuration. Clients will see shares that use non empty string name.

Install the client (plugin)

1. Copy MediaServerPlugin.dll to plugins\process
2. Run Media Portal configuration and enable the new plugin.
3. Edit the plugin configuration - add servers (ips) and the refresh rate (interval of the client refresh to check servers changes). You can add 127.0.0.1 for the local machine.

You are ready. Run Media Portal and the remote directories will be available for the clients.

Notes and known issues:

1. Only static IPs supported. It will not work for machine names.
2. It is recommended to backup MediaPortal.xml before installing the client plugin.
3. If login required by windows when shared directory opened, then you need to login from regular windows explorer before running Media Portal. Just run: Start->Run and type "\\[server-ip]" and login to the server. You need to do it just once.

Thx,
Yohay
Attached Files
File Type: zip MediaServer.zip (2.07 MB, 77 views)
ykamchi is offline   Reply With Quote
5 Users Say Thank You:
Old 2008-01-20, 20:42   #2 (permalink)
Portal Member
 
Join Date: Jun 2006
Age: 35
Posts: 38
Thanks: 0
Thanked 6 Times in 2 Posts


fixed Media Server (Movies, Music, Pictures) - new version

Fixes:

1. Handle a missing server (MP will not crash any more)!!!
2. Adding the ip of the server to the label of the share.


For those of you that still does not understand what the service and the plugin do, I will try to explain again:

The only way to share media (movies, music and pictures) between MP installed computers is to 1) Create a window shre of the folder you would like to share 2) configure each MP installation with the reference to the shared folder. 3) manualy manage this process. When a share is not available any more, MP works very slow (trying to find a missing directory) and .... whenever you change your settings you need to update all the clients.

This service and plugin does everything automaticaly for you. All you need to do is to configure your media shares using the configuration application (yes.... as a windows shares, and the configuretion help you with that) and boom, every client can see the shared folder. If the shared folder is not available, it will not make MP slow.

Please continue to ask questions about this pluginservice, for me it works great and solved a very big problem, I will be happy to assist you.
ykamchi is offline   Reply With Quote
Old 2008-01-23, 01:39   #3 (permalink)
igu
Portal User
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default great plugin!

This is astep in the right direction for Media portal as a whole, with more and more people setting up media servers and using media portal "clients" we need a way to streamline having to update each client. ( I myself have 3)

This plugin almost gets us all of the way there.

Is there a way to implement this idea using the databases that are set up within Media portal?


Basically you would be able to configure all the database for the various media at the server and be able to view them using your plugin from all clients media portal machines. In my honest opinion I have no idea why it wasn't implemented like this in the first place. Personally i use media portal for movies/tv eps/music/pictures and not Live TV/PVR...I have a PVR from my cable company.. .

What would be really neat would be to have a server configuration app (like the client one now) but in the server one you could define all the options for the different clients on your network. and when starting up the client Media portal app it would "get" its configuration from the Server Media portal configuration app/service

I have done a crude implementation of this by using a batch file to copy the db's from one system over to the other, but this time consuming and I still need to remember to manually update all the clients.

I do this mainly in conjucntion with the TV series plugin I have yet to try it with movies since I am waiting until I have all my movies online.


let me know what you think and if this could ever be implemented with the current Media portal (1) without a rewrite of the actual application.


for the plugin again, I wish I could help in the dev work of my vision above but i am hardware guy and not a programmer.
igu is offline   Reply With Quote
Old 2008-01-23, 13:34   #4 (permalink)
Portal Member
 
RobertinoM's Avatar
 
Join Date: Mar 2007
Age: 41
Posts: 95
Thanks: 11
Thanked 0 Times in 0 Posts

Country:


Default Serverbased config

Hi a friend of mine and I am trying to develop a plug in that follows this idea..

On each client is a Process Plug In that accesses the SQL-Database to

1) synchronize the on the TV-Server stored movie/DVD database down to the client
2) sync the MP-Config on a per room/client base (e. g. language, tv-fullscreen, folders etc.)

But it is very pre-alpha at the moment..


But as soon as possible we will upload a beta version.

Regards Robertino
RobertinoM is online now   Reply With Quote
Old 2008-01-23, 16:31   #5 (permalink)
igu
Portal User
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

RobertinoM,

That sounds exactly like what I need.

Right now MP works perfectly except for this aspect ( over multiple clients), which is what gives MP it's wow factor.... without Nice covers and IMDB MP doesn't really take on a Set top box feel without this, the TV series plugin is great too, any way to include that in your implementation?


thanks
igu is offline   Reply With Quote
Old 2008-01-23, 18:08   #6 (permalink)
Portal Member
 
Join Date: Dec 2005
Age: 35
Posts: 51
Thanks: 3
Thanked 0 Times in 0 Posts

My System

Default

Can you include synchronization of the TV-recordings as well? That would be great!
sderuiter is offline   Reply With Quote
Old 2008-01-23, 19:34   #7 (permalink)
Portal Member
 
RobertinoM's Avatar
 
Join Date: Mar 2007
Age: 41
Posts: 95
Thanks: 11
Thanked 0 Times in 0 Posts

Country:


Default we will see..

first we have to find a way to make the sycs from the server and to put into the sql-server/mysql.

then we have to store the config-files there and find a smart mechanism to synch them to the client.. and then ...

we are not sure how long it will take... but we will be open after the basic work is done for new input..
RobertinoM is online now   Reply With Quote
Old 2008-01-23, 23:21   #8 (permalink)
Portal Member
 
Join Date: Jun 2006
Age: 35
Posts: 38
Thanks: 0
Thanked 6 Times in 2 Posts


fixed

Guys,

I am working on syncing the database between the clients. It will take time. What you guys suggest is different from my plugin. In my plugin, I support multi clients and multi server environment.

I suggest that you will wait for my updates or for MP2 that will have this functionality.

Anyway, my code is an open source, you can use it or modify it in SVN. Please update me if you do this.


Thx,
Yohay

Guys,


The problem was "fixed" ..... please see MediaPortalDirs.xml under MP root directory. You can share the database directory. Just set the database section of all MP clients to point to the same network location.


Note: It is recommended not to update the IMDB from more then one client. Use just one client for the update and if you would like to do it on a different client then start it just after restarting the first one..... hope it is clear

Thx,
Yohay

Last edited by ykamchi; 2008-01-24 at 01:32. Reason: Automerged Doublepost
ykamchi is offline   Reply With Quote
Old 2008-02-25, 05:32   #9 (permalink)
ulf
Portal Member
 
Join Date: Oct 2007
Posts: 20
Thanks: 0
Thanked 2 Times in 1 Post

Country:

My System

Default MediaServer Client does not show the mount points

Hi,

I am using svn 17500 on client and server, but my main mp client does not display the shares when I am in MyMusic.
I know the media Server service is installed properly because a local MP client displays the shares like 127.0.0.1/music.
But not the "real" client who runs on another box.

The mediaserver client plugin is enabled and configured to the right ip address of the server.
Server shares are accessible via WindowsExplorer.

Is there a way to get more logging from the client plugin to help understanding the issue?

Thanks,
Ulf
ulf is offline   Reply With Quote
Old 2008-02-25, 08:57   #10 (permalink)
Portal Member
 
Join Date: Jun 2006
Age: 35
Posts: 38
Thanks: 0
Thanked 6 Times in 2 Posts


Default

ulf,

Before getting into logs and other details, please check that you can browse to the share folder via Microsoft Explorer. If the browser request a login/password, then it might be the problem (you need to do it only once and it will work for the plugin as well).

Let me know if it works for you and if not I will continue to support you.


Thx,
Yohay
ykamchi is offline   Reply With Quote
Reply

Bookmarks

Tags
media, music, pictures, server

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Album view" - for movies, radio, recordings, pictures etc. Spragleknas Improvement Suggestions 28 2008-03-06 00:10
My Videos, Music, Pictures ERRORS ronsonol 0.2.3.0 RC2 and SVN Builds 4 2007-09-30 09:37
Show pictures when playing music frank75 Listen Music 6 2007-08-07 18:44
Usability Suggestions for Music and Pictures MacMini Improvement Suggestions 0 2007-07-30 06:31
Music won't play, pictures won't show. bryon General Support 3 2005-12-05 22:55


All times are GMT +1. The time now is 10:03.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden