Author |
Message |
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| |
Registered: April 4, 2007 | Posts: 882 |
| Posted: | | | | I know this is a complex one but it would be great to have What I'd like to do is find dupes, but not dupes in general. What I want is to compare two subcollections (the new custom ones) and find movies that I have on them both. My main need for this is to find items on my DVD wishlist that are also on my Blu wishlist and thus should be removed | | | - Jan |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | I've noticed that DVDP gives you a warning when you enter a new profile with a title that is considered 'similar' to an existing profile. Don't know if that warning stays once the profiles are in the collection(s). | | | Hans |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | I'm trying to identify BY's that are "needed" by weeding out the unnecessary ones. In my local cast, I found 440 people with BY, and after filtering out the officially allowed ones, still 374. For the duplicates in my local, I made manual entries in Options, leaving still 256. Meaning 118 names to start documenting BYs for if I would want to upload those.
Similarly for crew (only 63).
Now my question is the following, because in some cases, the reason for having a BY is overlap between cast and crew.
Is there a way to do a combined search for cast/crew with BY, filtering out the ones in the list in Options (which is after all only one list for both cast and crew)? | | | Hans |
|
Registered: June 3, 2007 | Posts: 29 |
| Posted: | | | | I'm Italian. Sorry for my english. I love it. Thanks a tonne for your hard work. I have a problem. I cataloged the films with different MediaType standards. With your plug-in these films are filtered and are not considered. You can add a radiobutton to consider all types of MediaType (ultimately to no filter)? Thanks | | | Last edited: by Mamo |
|
Registered: March 14, 2007 | Posts: 2,337 |
| Posted: | | | | Strange filter behaviour: If I select just owned collection and run "Personal Information > Collection Number > Find caps", all my profiles that are part of any custom collection get listed even when they are part of owned collection too. |
|
Registered: March 14, 2007 | Posts: 2,337 |
| Posted: | | | | Is there any way to find profiles that have a "count as" value but doesn't have a collection number. I'd like those numbers to match, but no matter what I do they are off by 9. |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| Posted: | | | | Quoting Kulju: Quote: Is there any way to find profiles that have a "count as" value but doesn't have a collection number. I'd like those numbers to match, but no matter what I do they are off by 9. In DVD Profiler itself you could filter by "Collection Number" --> "None" and then sort by "Count As". | | | 1.0.1, iPhone 3GS, iOS 4.1.0
Trivia v0.3.1 My HSDB v5 additions, HTML windows and other stuff | | | Last edited: by Muckl |
|
Registered: March 14, 2007 | Posts: 2,337 |
| Posted: | | | | Quoting Muckl: Quote:
In DVD Profiler itself you could filter by "Collection Number" --> "None" and then sort by "Count As". Thanks for you help. I was able to spot a few errors made by me, but something strange is still going on. If I filter Collection number > none, the result is hundreds of correct entries (disc level child profiles)and they all show "count as" value "0" as it should be. Still... the filter count says "Filtered 4" That's the exact number how much the count is off. |
|
Registered: May 9, 2007 | Posts: 1,536 |
| Posted: | | | | Quoting Kulju: Quote: Quoting Muckl:
Quote:
In DVD Profiler itself you could filter by "Collection Number" --> "None" and then sort by "Count As". Thanks for you help. I was able to spot a few errors made by me, but something strange is still going on. If I filter Collection number > none, the result is hundreds of correct entries (disc level child profiles)and they all show "count as" value "0" as it should be.
Still... the filter count says "Filtered 4" That's the exact number how much the count is off. In your online, I can see 3 profiles without a Collection Number, that are not child profiles. In the list they are positioned between the child profiles and the numbered items. PS. You didn't leave an adult filter on? | | | Hans | | | Last edited: by Staid S Barr |
|
Registered: March 14, 2007 | Posts: 2,337 |
| Posted: | | | | Quoting Staid S Barr: Quote:
In your online, I can see 3 profiles without a Collection Number, that are not child profiles. In the list they are positioned between the child profiles and the numbered items.
I don't set collection numbers to - TV-series disc level child profiles - Movie boxset parent profiles - Blu-Ray DVD combo DVD child profiles Quote:
PS. You didn't leave an adult filter on? No adult filter set and this is getting a bit off-topic since the problem isn't the online collection, although it reflects to than one too. The problem is that in Owned collection I have collection numbers up to 1328 and Total DVDs count is 1332. So there are 4 DVDs which has a "count as" value "1", but doesn't have a collection number and I cannot find which ones. I already checked with Database Query plugin that I don't have any other "count as" values set than 1 or 0 and my collection numbers doesn't have gaps or duplicates. DB repair didn't help eather | | | Last edited: by Kulju |
|
Registered: March 14, 2007 | Posts: 2,337 |
| Posted: | | | | Quoting Kulju: Quote: If I filter Collection number > none, the result is hundreds of correct entries (disc level child profiles)and they all show "count as" value "0" as it should be.
Still... the filter count says "Filtered 4" That's the exact number how much the count is off. Maybe one picture tells more that many words, hereI'm trying to move this issue out from this thread, since it isn't Database Query problem. I just wanted to know if I could use this tool to figure this one out. |
|
Registered: March 14, 2007 | Reputation: | Posts: 287 |
| Posted: | | | | Can anyone help me figure out the regulare expression for an empty string. I would like to find all actors which do not have a role name. thanks. |
|
| Muckl | That's my common name. |
Registered: April 9, 2009 | Reputation: | Posts: 858 |
| Posted: | | | | Quoting JeroenX: Quote: Can anyone help me figure out the regulare expression for an empty string. I would like to find all actors which do not have a role name. thanks. ^\s*$^ = beginning of string \s = space * = zero or more times $ = end of string This will also list dividers, as their role is always empty. Just sort by Name descending to move all dividers to the end of the list. EDIT: Actually, ^$ matches an empty string, but in this case the expression above is the best way to go... | | | 1.0.1, iPhone 3GS, iOS 4.1.0
Trivia v0.3.1 My HSDB v5 additions, HTML windows and other stuff | | | Last edited: by Muckl |
|
Registered: March 14, 2007 | Reputation: | Posts: 287 |
| Posted: | | | | Thanks! That did the job! Quoting Muckl: Quote: Quoting JeroenX:
Quote: Can anyone help me figure out the regulare expression for an empty string. I would like to find all actors which do not have a role name. thanks. ^\s*$
^ = beginning of string \s = space * = zero or more times $ = end of string
This will also list dividers, as their role is always empty. Just sort by Name descending to move all dividers to the end of the list.
EDIT: Actually, ^$ matches an empty string, but in this case the expression above is the best way to go... |
|
Registered: March 13, 2007 | Posts: 2,694 |
| Posted: | | | | Mark, good job on the plug-in. I used it to help solve a massive foul-up in my numbering that happened when I upgraded to the new version of DVDP.
I have a small request, though, based on using it. When I pick a title out of the list to edit -- which works fine -- when it goes back to the list it rewinds to the beginning instead of coming back at the point it jumped into edit mode at. If you've got a bunch of changes to make, in a large list, that wastes an enormous amount of time scrolling to the next title in the list.
This may already have been covered in the thread, but I'm not going to wade through 25 pages to see. It still took me a long time to fix my mess, but it was less time than it would have been if your plug-in wasn't here. Thanks again. | | | John
"Extremism in the defense of Liberty is no vice!" Senator Barry Goldwater, 1964 Make America Great Again! |
|