Author Topic: Yadis2mede8er  (Read 457060 times)

Offline Mede8er1

  • Administr8or
  • Hero Member
  • ******
  • Posts: 3 772
  • Helpful Contribution Status: +118/-30
Re: Yadis2mede8er
« Reply #15 on: January 15, 2013, 11:05:07 AM »
Movie Folder that is scanned:  E:\SCAN

OS: win7 64 bit

I do not get this message
Quote
normally, you have should have these messages :
Processing MyMovie
MyMovie.xml successfully created.


Mede8er1
« Last Edit: January 15, 2013, 11:10:47 AM by Mede8er1 »

Mede8er1
The Greatest Show on Earth
Read the user Guides
http://www.mede8er.com/mede8er_support_user_guides.htm

Offline Mede8er1

  • Administr8or
  • Hero Member
  • ******
  • Posts: 3 772
  • Helpful Contribution Status: +118/-30
Re: Yadis2mede8er
« Reply #16 on: January 15, 2013, 11:17:33 AM »
funkycochise

Quote
PS : maybe tou could zip me your YADIS_TEST Folder, so I could try to find out what is wrong.

https://www.dropbox.com/s/6yatgljtef9n8zg/YADIS_TEST.rar

Movie Folder
https://www.dropbox.com/s/j92d6o81rwrefj6/Movies_Folder.jpg

Mede8er1

Mede8er1
The Greatest Show on Earth
Read the user Guides
http://www.mede8er.com/mede8er_support_user_guides.htm

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #17 on: January 15, 2013, 11:28:24 AM »
funkycochise

https://www.dropbox.com/s/6yatgljtef9n8zg/YADIS_TEST.rar

Movie Folder
https://www.dropbox.com/s/j92d6o81rwrefj6/Movies_Folder.jpg

Mede8er1
Ok, thank you.
I'll try to reproduce the same thing at home tonight.
the only thing I see as a difference between mine and yours is only the folder involved after the mapped drive.

Offline inikad

  • Experienced Member
  • **
  • Posts: 191
  • Helpful Contribution Status: +10/-0
Re: Yadis2mede8er
« Reply #18 on: January 15, 2013, 11:50:58 AM »
funkycochise

Tested and the 'Mede8erize' is creating a 'movie.name.xml' in the Workspace folder but this is not copied to the movie folder. Tests done on local drives and not Network Shares.

 'Folderize' ?? What does this do  
Mede8er1

Same thing for me, 'movie.name.xml' are created in workspace but not copied to the movies folders. Yadis is installed on my main Hard Drive (C:) and my movies folder is on another internal  hard drive (D:).
« Last Edit: January 15, 2013, 11:56:19 AM by inikad »

Offline shizzl

  • B8a Tester - 1000X3D
  • Hero Member
  • ****
  • Posts: 804
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #19 on: January 15, 2013, 03:48:02 PM »
i think it would be nice if more info get written to XML like Y2M does right now.

resolution, subs, country, audio channels...

Only future will tell what the Jukebox will use, but if it gets implemented now it is in and we can use it.
 

Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<details>
  <movie isExtra="false" isSet="false" isTV="false">
    <title> </title>
    <year Year="1990-99"> </year>
    <releaseDate> </releaseDate>
    <rating> </rating>
    <plot> </plot>
    <country> </country>
    <runtime> </runtime>
    <language> </language>
    <subtitles> </subtitles>
    <container> </container>
    <videoCodec> </videoCodec>
    <audioCodec> </audioCodec>
    <audioChannels> </audioChannels>
    <resolution> </resolution>
    <fps> </fps>
    <fileSize> </fileSize>
    <genres count="3">
      <genre index="Genres_Action_1"> </genre>
      <genre index="Genres_Drama_1"> </genre>
      <genre index="Genres_Thriller_1"> </genre>
    </genres>
    <director> </director>
    <cast count="10">
      <actor> </actor>
      <actor> </actor>
    </cast>
  </movie>
</details>

MED1000X3D

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #20 on: January 16, 2013, 06:26:33 AM »
i think it would be nice if more info get written to XML like Y2M does right now.

resolution, subs, country, audio channels...

Only future will tell what the Jukebox will use, but if it gets implemented now it is in and we can use it.
 
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<details>
  <movie isExtra="false" isSet="false" isTV="false">
    <title> </title>
    <year Year="1990-99"> </year>
    <releaseDate> </releaseDate>
    <rating> </rating>
    <plot> </plot>
    <country> </country>
    <runtime> </runtime>
    <language> </language>
    <subtitles> </subtitles>
    <container> </container>
    <videoCodec> </videoCodec>
    <audioCodec> </audioCodec>
    <audioChannels> </audioChannels>
    <resolution> </resolution>
    <fps> </fps>
    <fileSize> </fileSize>
    <genres count="3">
      <genre index="Genres_Action_1"> </genre>
      <genre index="Genres_Drama_1"> </genre>
      <genre index="Genres_Thriller_1"> </genre>
    </genres>
    <director> </director>
    <cast count="10">
      <actor> </actor>
      <actor> </actor>
    </cast>
  </movie>
</details>
In fact I did it, but as mede8er1 provide the current recognized fields, I prefered to focus on that, pass the beta testing stage and see after for extension of the infos exported.

I'll try to reproduce the same thing at home tonight.
Sorry, due to the winter weather, I couldn't reach my home in time to test this last night.
« Last Edit: January 16, 2013, 06:53:04 AM by funkycochise »

Offline Skylinc

  • B8a Tester - 1000X3D
  • Hero Member
  • ****
  • Posts: 519
  • Helpful Contribution Status: +2/-0
Re: Yadis2mede8er
« Reply #21 on: January 16, 2013, 12:04:54 PM »
Sorry, due to the winter weather, I couldn't reach my home in time to test this last night.

Would you like some summer from South Africa? We have more than enough to share :)
Product: Mede8er MED1000X3D f/w v2.0.0 (5Feb2013)
Audio: HDMI > LG 42LW4500
Audio setting: HDMI Passthrough / Night mode Comfort
Video: HDMI output > LG 42" LED Cinema3D 42LW4500
Video setting: 1080p 50Hz, 23Hz ON,16:9
Media Source: Wired Network > Win 8 Professional SMB shares, OpenMediaVault Shares
Hard Drive: 2TB Western Digital

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #22 on: January 16, 2013, 08:45:49 PM »

Tonight I could reach my house in normal time, it was a really dumb bug, only because I only used drive letter only.
Now it should run correctly :

http://www.multiupload.nl/XM7AY25X1B

Offline Mede8er1

  • Administr8or
  • Hero Member
  • ******
  • Posts: 3 772
  • Helpful Contribution Status: +118/-30
Re: Yadis2mede8er
« Reply #23 on: January 17, 2013, 06:25:52 AM »
funkycochise

Tested V1 16 Jan and now working.

I well understand that you have developed this tool so that Mede8er users have a short term solution for yaDIS xml and this we thank you for as its an excellent tool. Just some observations

1) If you have a list of movies scanned and say one or more was not found in yaDIS and then you run 'yaDIS2mede8er' then it stops at the first movie that was not found and you get an error  'unhandled exception' as attached. If possible you should rather ignore and continue.

2) It would be nice to have a check box so that the users can select specific movies that require to 'Mede8erize' as currently you 'Mede8errize' ALL movies. The problem with this is that Mede8er uses the xml file 'Modified date' attribute for 'Sort by Latest' and processing ALL will effectively render this function as useless.

3) It would make the program a lot more user friendly for basic users if you could add a method to change the workspace path from the 'yaDIS2mede8er' GUI.

Great work ;D

Mede8er1     

Mede8er1
The Greatest Show on Earth
Read the user Guides
http://www.mede8er.com/mede8er_support_user_guides.htm

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #24 on: January 17, 2013, 07:18:35 AM »
funkycochise

Tested V1 16 Jan and now working.

I well understand that you have developed this tool so that Mede8er users have a short term solution for yaDIS xml and this we thank you for as its an excellent tool. Just some observations

1) If you have a list of movies scanned and say one or more was not found in yaDIS and then you run 'yaDIS2mede8er' then it stops at the first movie that was not found and you get an error  'unhandled exception' as attached. If possible you should rather ignore and continue.

2) It would be nice to have a check box so that the users can select specific movies that require to 'Mede8erize' as currently you 'Mede8errize' ALL movies. The problem with this is that Mede8er uses the xml file 'Modified date' attribute for 'Sort by Latest' and processing ALL will effectively render this function as useless.

3) It would make the program a lot more user friendly for basic users if you could add a method to change the workspace path from the 'yaDIS2mede8er' GUI.

Great work ;D

Mede8er1     
Nice to hear that it works now.
But no need to thank me : Its overall a selfish tool that fits MY requirements.  ;D
that said, if it could fit other people requirements, that's better.

Of course, there will be some improvements : all ideas are welcome.

1. I know about the bug : I agree, I have to avoid this crash.

2. Didn't know that point. I will find something 'mart enough to avoid user to individually check files and send only newer movie. I would leave a Send all' feature as well. I have to see.

3. Of course, I already thought about  a dedicated Tab for  settings.
If anyone know how I can find out how Yadis stores its workspace info, it would be even much better.

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #25 on: January 18, 2013, 04:33:42 AM »
Yadis2mede8er 1.0 Beta 3

http://www.multiupload.nl/OEVIO2B7JQ

change log :

1. New 'Settings' tab
I added new tab 'Settings' in tabpage.
for instance it's only allowing you to change yadis workspace forlder.
if the folder is recognized as a valid yadis folder workspace (i.e. I find folders.xml file inside)
the settings for yadis workspace folder is validated, then the sttings is saved into the configuration file
so user don't have to change it manually.

2. Unprocessed Movie in Yadis:
Until today, these movie causes the application to crash.
I noticed a Status marker in the data.xml. So I only process movie with Status "1".
Status "3" is ignored as it's unprocessed movie status.
So previous crash shouldn't appear because of that.
(I will see what other status stands for, disn't had time to experience last evening)

3. Newer movie sort support
Until today, I was sending all movie xml file without restrictions.
Now the copy to target folder is a bit more clever :
  • If movie.xml file doesn't exists in target, movie.xml is copied.
  • if movie.xml file exists, the applications is checking the last modification date of
    the movie.xml in target and also data.xml in %workspace%/data/movie folder.
    if both date are different, movie.xml is copied.
Desptite this, user may still want to send all the movie.xml, without any date check.
For that it may use the 'Send all' checkbox, It's bypassing all verifications described previously.

I hope you will find this new release usefull

FKY
« Last Edit: January 18, 2013, 06:56:37 AM by funkycochise »

Offline Mede8er1

  • Administr8or
  • Hero Member
  • ******
  • Posts: 3 772
  • Helpful Contribution Status: +118/-30
Re: Yadis2mede8er
« Reply #26 on: January 18, 2013, 07:06:38 AM »
funkycochise

Nice update. ;D

Thanks for this.

Mede8er1

Mede8er1
The Greatest Show on Earth
Read the user Guides
http://www.mede8er.com/mede8er_support_user_guides.htm

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #27 on: January 18, 2013, 03:02:39 PM »

second update of the day

http://www.multiupload.nl/ZZYH2IZOIO

modifications on the skipped status of a movie : only status 1 is accepted.
also data check is a bit modified.

mede8er1, it seems that your crash movie works fine for me, even with beta 3.

FKY

Offline Mede8er1

  • Administr8or
  • Hero Member
  • ******
  • Posts: 3 772
  • Helpful Contribution Status: +118/-30
Re: Yadis2mede8er
« Reply #28 on: January 18, 2013, 03:15:20 PM »
funkycochise

Thanks for this update.

Looking better as it passes the 'Insidious' but now I get a crash on 'Pandorum' - pls check attached attached

Mede8er1

Mede8er1
The Greatest Show on Earth
Read the user Guides
http://www.mede8er.com/mede8er_support_user_guides.htm

Offline funkycochise

  • B8a Tester - 1000X3D
  • Experienced Member
  • ****
  • Posts: 223
  • Helpful Contribution Status: +0/-0
Re: Yadis2mede8er
« Reply #29 on: January 18, 2013, 03:33:29 PM »
funkycochise

Thanks for this update.

Looking better as it passes the 'Insidious' but now I get a crash on 'Pandorum' - pls check attached attached

Mede8er1

new release :

http://www.multiupload.nl/OHEV1NTXGP

crash occured because of mediainfo missing. I totally remove this part as we don't use at the moment.