MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins » Hot Plugins » My Films


My Films MediaPortal My Films plugin.

Reply
 
LinkBack (5) Thread Tools Display Modes
Old 2008-07-25, 07:43   #41 (permalink)
MP Donator
 
Join Date: Jun 2006
Age: 35
Posts: 148
Thanks: 6
Thanked 1 Time in 1 Post

Country:

My System

Default

Using the latest scripts helped.

Merci beaucoup !
mcbelly is offline   Reply With Quote
Old 2008-07-28, 21:07   #42 (permalink)
Portal Member
 
Join Date: Feb 2008
Location: Brugge
Posts: 90
Thanks: 6
Thanked 1 Time in 1 Post

Country:


Default

Hi Orion Hall,

can I give you some advice?
Quote:
Documentation is, as always 'coming soon' - don't know when though
First write some documentation, than release your software, it saves people from searching alot in these threads..

Ok, I want to fill my xml database, but I do _not_ want to use any script to fill the fields (because it's slow, goes faster in ant); so, actually I want the old functionality. How can i do that??

best wishes
Justchill is offline   Reply With Quote
Old 2008-07-28, 21:51   #43 (permalink)
Portal Member
 
z3us's Avatar
 
Join Date: Dec 2007
Posts: 164
Thanks: 26
Thanked 3 Times in 3 Posts

Country:


Default

Quote:
Originally Posted by Justchill View Post
First write some documentation, than release your software, it saves people from searching alot in these threads..
You have an alternative: download the software only when the documentation is available

Quote:
Originally Posted by Justchill View Post
Ok, I want to fill my xml database, but I do _not_ want to use any script to fill the fields (because it's slow, goes faster in ant); so, actually I want the old functionality. How can i do that??

best wishes
Go to "database fields" tab and check only the media fields

Last edited by z3us; 2008-07-28 at 21:53. Reason: Automerged Doublepost
z3us is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-28, 22:11   #44 (permalink)
Portal Member
 
Join Date: Feb 2008
Location: Brugge
Posts: 90
Thanks: 6
Thanked 1 Time in 1 Post

Country:


Default

There still is the 2 CD problem:

The source field is:

\\Htpc\VIDS\SD Films\Hitler The Rise Of Evil (2003)\Hitler - The Rise Of Evil - cd1.avi;\\Htpc\VIDS\SD Films\Hitler The Rise Of Evil (2003)\Hitler - The Rise Of Evil - cd2.avi

MyFilms plugin cannot read this. It will not find movie files with other words.
Is there a way to only put 1 file-path in this field (not manually)
Justchill is offline   Reply With Quote
Old 2008-07-29, 01:13   #45 (permalink)
bwg
Portal Member
 
Join Date: Dec 2007
Posts: 18
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

Quote:
Originally Posted by Justchill View Post
There still is the 2 CD problem:

The source field is:

\\Htpc\VIDS\SD Films\Hitler The Rise Of Evil (2003)\Hitler - The Rise Of Evil - cd1.avi;\\Htpc\VIDS\SD Films\Hitler The Rise Of Evil (2003)\Hitler - The Rise Of Evil - cd2.avi

MyFilms plugin cannot read this. It will not find movie files with other words.
Is there a way to only put 1 file-path in this field (not manually)
The 2cd problem is nothing to do with AMCUpdater, it's a bug in the current version of the MyFilms plugin. You have a couple of options;
1) Use a previous version of MyFilms
2) Use 2 fields (eg. I am using both the URL and SOURCE fields to store file/path info). Point AMCUpdater to the field where you store all files (as in your example above), then store the FIRST file ONLY in the other field, and point MyFilms to that field for launching movies. I used a script to copy the 1st field's contents to the 2nd field, then created another script that searches for a ";" in the 2nd field and removes everything from that character onwards.
bwg is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-29, 07:58   #46 (permalink)
Portal Member
 
Join Date: Feb 2008
Location: Brugge
Posts: 90
Thanks: 6
Thanked 1 Time in 1 Post

Country:


Default

Quote:
Point AMCUpdater to the field where you store all files (as in your example above), then store the FIRST file ONLY in the other field, and point MyFilms to that field for launching movies. I used a script to copy the 1st field's contents to the 2nd field, then created another script that searches for a ";" in the 2nd field and removes everything from that character onwards.
Hi,

I understand that this is the workaround. Can you post that script here?

regards
Justchill is offline   Reply With Quote
Old 2008-07-30, 06:14   #47 (permalink)
bwg
Portal Member
 
Join Date: Dec 2007
Posts: 18
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

Here you go Justchill... hope it is all clear enough. I ended up merging the functions into the one script, so you choose a source field, then a destination field (I use the URL and SOURCE fields) and it copies the path/filename string before the first ";" into the destination field. If there is no ";" it will just copy the whole string into the destination field.

Bens Duplicate Path (First File Only).zip

Then you'll just have to configure MyFilms plugin to use the new field for launching files.

Last edited by bwg; 2008-07-30 at 06:16.
bwg is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-30, 08:24   #48 (permalink)
Portal Member
 
Join Date: Feb 2008
Location: Brugge
Posts: 90
Thanks: 6
Thanked 1 Time in 1 Post

Country:


Default

Quote:
Originally Posted by bwg View Post
Here you go Justchill... hope it is all clear enough. I ended up merging the functions into the one script, so you choose a source field, then a destination field (I use the URL and SOURCE fields) and it copies the path/filename string before the first ";" into the destination field. If there is no ";" it will just copy the whole string into the destination field.

Attachment 23608

Then you'll just have to configure MyFilms plugin to use the new field for launching files.
Nice! I'll try it when I get back from the beach later on.
It is an ifs-file, can you import that into AMC then ?

ps: what kind of scripting language is that? Not really recognise it..

Last edited by Justchill; 2008-07-30 at 08:28.
Justchill is offline   Reply With Quote
Old 2008-07-30, 08:35   #49 (permalink)
bwg
Portal Member
 
Join Date: Dec 2007
Posts: 18
Thanks: 0
Thanked 3 Times in 3 Posts

Country:


Default

Quote:
Originally Posted by Justchill View Post
It is an ifs-file, can you import that into AMC then ?
Yes, just copy it to the scripts folder in your AMC install folder. You will then see it listed when you open the scripting window from the tools menu (SHIFT + F6).

Quote:
Originally Posted by Justchill View Post
ps: what kind of scripting language is that? Not really recognise it..
It's some sort of Pascal based language, you can get some minimal comments from the AMC website. I don't know the langauge either, just blundered my way through from observing some of the existing scripts.
bwg is offline   Reply With Quote
This User Say Thank You:
Old 2008-07-30, 19:42   #50 (permalink)
Portal Member
 
Join Date: Feb 2008
Location: Brugge
Posts: 90
Thanks: 6
Thanked 1 Time in 1 Post

Country:


Default

Quote:
Nice! I'll try it when I get back from the beach later on.
It works!! Great job bwg! thx alot, saves me alot of work..
Justchill is offline   Reply With Quote
Reply

Bookmarks

Tags
amcupdater

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/my-films-164/amcupdater-v0-7-1-now-available-42014/
Posted By For Type Date
The HTPC Front End Thread - The Something Awful Forums This thread Refback 2008-08-25 16:59
Re: cubierta para las pelis - Kubyc System This thread Refback 2008-08-10 00:10
Re: cubierta para las pelis - Kubyc System - Kubyc System This thread Refback 2008-07-28 09:05
Digg - AMCUpdater v0.7.1 Now Available This thread Refback 2008-07-11 04:15
Nouvelle Version Amcupdater V0.7 Beta - MP-FR .:: Le forum ::. This thread Refback 2008-07-08 20:40

Similar Threads
Thread Thread Starter Forum Replies Last Post
AMCUpdater v0.7 Beta Release OrionHall My Films 29 2008-07-08 22:05
AMCUpdater/Myfilms issue Justchill My Films 2 2008-06-21 23:30
amcupdater error jolcese My Films 0 2008-06-16 16:08
UnZip AMCUpdater to where? Surfer MediaPortal 1 Talk 2 2008-05-23 15:21
DVRBox v0.2 is here mlipman OffTopic 11 2006-01-11 02:45


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


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress