Author |
Message |
Registered: March 31, 2007 | Posts: 662 |
| Posted: | | | | At the moment John Grisham won't be automatically added because of "A Time To Kill". It's a similar problem as "Crew Role: Location Unit". | | | | | | Last edited: by StaNDarD |
|
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | Works for me. There were two new versions this morning (thanks !!!), got the latest one? | | | Last edited: by Corma |
|
Registered: March 31, 2007 | Posts: 662 |
| Posted: | | | | No, I didn't update this morning, but I did yet. @DJ Doena: Your website still says 1.7.2.1 for current version. | | | |
|
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | I've started to mess around with the crew conversion, too: Short Circruit: http://www.imdb.com/title/tt0091949/ Music Department: Marcella Detroit composer: song "Come And Follow Me" (as Marcy Levy) I wanted to covert this to DVDP's category Music: Songwriter So I've created "Music Department" in the upper window of "EditIMDbToDVDProfilerCrewRoleTransformation" and changed direction to music this had the result of all people from music department being placed in DVDP as music / custom (what is not bad, I like it better than other / custom where they were before) But it seems like I can't get the conversion to Song Writer done. I've entered composer: song, song, : song and so on, it changes nothing at all. I just wanna know if it's not possible or if I'm doing something wrong. I don't request an update for this |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | The problem is that the new code breaks at the first colon (":"), so that I could handle Standard's request of having unit crew in their proper categories.
What happens now is this: "composer: song "Come And Follow Me"" is broken down to "composer" and for that a DVDP category is looked for. | | | Karsten DVD Collectors Online
| | | Last edited: by DJ Doena |
|
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | Ok, thanks. I guess it's also not possible to ignore a complete section? Transportation Department for example? I like to stuff my profiler with data but that one's too much even for me |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| |
Registered: March 31, 2007 | Posts: 662 |
| Posted: | | | | Actually it's going into 'Song Writer': But because individual role will overwrite standard role, you won't see it in DVD Profiler. | | | | | | Last edited: by StaNDarD |
|
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | Quoting DJ Doena: Quote: You mean you have "Other" check but don't want all other? Yes, some don't make much sense because the impact on the movie is less than zero. Even worse are all the Thanks / Special Thanks / The producers would like to thanks and so on. But they are easy to remove manually because as far as I know they always are at the bottom. @ StaNDarD but that's if only "composer" is entered in the conversion tool. Every combination with "song" or song only is put directly in "custom", not songwriter (or composer) with a custom role. But it's in "Music" either way and that's the important part |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | Quoting StaNDarD: Quote: Actually it's going into 'Song Writer':
But because individual role will overwrite standard role, you won't see it in DVD Profiler. Yeah but only if you set it to Song Writer. With the current version the default parsing will put it into Music / Custom | | | Karsten DVD Collectors Online
|
|
Registered: March 31, 2007 | Posts: 662 |
| Posted: | | | | Yes, I have set up "composer" in conversion tool.
Do I understand you right and you want to enter "composer: song" with 'starts with' selected?
Even this one would (if it would be recognized) result in "composer: song 'Come And Follow Me'" and you still won't get "songwriter: 'Come And Follow Me'". That's just because of you've selected "Keep 'Individual Role'".
@DJ Doena: Only way out, I could think of at the moment, would be to check each line containing a ":" two times. At first search for the whole line. If you get a result, use it and go on with the next line. If you don't, try a second time with the line split up.
But even this way you'd get "composer: song 'title'" as long as you decide to use "Keep 'Individual Role'", just because of it's individual role in the end is "composer". | | | |
|
Registered: March 31, 2007 | Posts: 662 |
| Posted: | | | | @DJ Doena: Wouldn't it be possible to remove the code to split up each line? I could use something like this for my purposes: Or would this result in some other problems? | | | |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | Quoting StaNDarD: Quote: @DJ Doena: Only way out, I could think of at the moment, would be to check each line containing a ":" two times. At first search for the whole line. If you get a result, use it and go on with the next line. If you don't, try a second time with the line split up. Already implemented. | | | Karsten DVD Collectors Online
|
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | Quoting StaNDarD: Quote: @DJ Doena: Wouldn't it be possible to remove the code to split up each line?
I could use something like this for my purposes:
Or would this result in some other problems? This should already be possible with the version I have locally. Doe you want me to test it on something and see if it returns the desired result? If so, tell me what the end result should look like on which movie. | | | Karsten DVD Collectors Online
|
|
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | Quoting StaNDarD: Quote:
Do I understand you right and you want to enter "composer: song" with 'starts with' selected?
Initially yes, but it doesn't really matter because I'm happy with the result now, too. Edit: I was always pleased with the result but I was wondering if I did everything the best way because it didn't matter much what I've entered in the lower part of the conversion tool. | | | Last edited: by Corma |
|
Registered: March 31, 2007 | Posts: 662 |
| Posted: | | | | Quoting DJ Doena: Quote: Quoting StaNDarD:
Quote: @DJ Doena: Only way out, I could think of at the moment, would be to check each line containing a ":" two times. At first search for the whole line. If you get a result, use it and go on with the next line. If you don't, try a second time with the line split up.
Already implemented. Quoting DJ Doena: Quote: Quoting StaNDarD:
Quote: @DJ Doena: Wouldn't it be possible to remove the code to split up each line?
I could use something like this for my purposes:
Or would this result in some other problems?
This should already be possible with the version I have locally.
Doe you want me to test it on something and see if it returns the desired result? If so, tell me what the end result should look like on which movie. Implementing the first makes second irrelevant. I just got this one: Kristin Scott Thomas. Automatically she will be split to Kristin / Scott / Thomas. As her sister is named Serena Scott Thomas and she's sometimes credited as Kristin Scott-Thomas, I guess Scott is part of her lastname. Usually I put those into 'KnownLastnamePrefixes.txt', but as Scott is typically a firstname this would get me false results for other persons. Would it be possible to add some known names into an extra txt-file? | | | | | | Last edited: by StaNDarD |
|