Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AimHere

Pages: 1 2 3 4 [5] 6 7 8 9 10
81
Scripts and Templates / Re: adultdvdempire.com search not working
« on: July 01, 2012, 04:00:38 pm »
Keep up the good work, joc!   :)

82
Scripts and Templates / Re: adultdvdempire.com search not working
« on: June 20, 2012, 06:01:15 am »
Hey, thanks, joc!

Checking it out now... works mostly, though it seems to mix up the actors and directors a little. It selects the last actor listed under "Cast" as the director if no director is specifically listed. And even where a director(s) ARE given, it still selects the last (non-director) cast member as a director anyway. In both cases, the erroneous "director" isn't properly added to the "Actors" field in PVD.

But it's a definite improvement over the non-working old script. (Beats entering EVERYthing manually.) ;D

Aimhere

83
Scripts and Templates / Re: AdultDVDEmpire script for 0.9.9.16+
« on: June 11, 2012, 07:36:02 pm »
As of June 2012, the layout and HTML code of the search-results pages have completely changed, as have the actual movie pages. This has completely broken the adultdvdempire script.

I've been kind of maintaining the adultdvdempire script for a couple of years, but I've only had to make minor tweaks as the site layout changed. I'm no programmer, and a site revision of this magnitude is simply beyond my capabilities. I just don't have the time or skills to deal with it, unfortunately.

I really, really wish I knew WHO had written the ORIGINAL adultdvdempire script. Whomever it was would be better equipped to deal with this change. Anyone know???

Barring that, any aspiring script-writers out there who want to pick up the ball and run with it?

Aimhere

84
Scripts and Templates / Re: adultdvdempire.com search not working
« on: June 11, 2012, 07:31:48 pm »
Yes, it's true... the layout and HTML code of the search-results pages have completely changed, as have the actual movie pages. This has completely broken the adultdvdempire script.  :(

I've been kind of maintaining the adultdvdempire script for a couple of years, but I've only had to make minor tweaks as the site layout changed. I'm no programmer, and a site revision of this magnitude is simply beyond my capabilities. I just don't have the time or skills to deal with it, unfortunately.

I really, really wish I knew WHO had written the ORIGINAL adultdvdempire script. Whomever it was would be better equipped to deal with this change. Anyone know???

Barring that, any aspiring script-writers out there who want to pick up the ball and run with it?

Aimhere

85
Support / Re: Search (and replace) in People URL field
« on: October 11, 2011, 02:30:22 pm »
You can use Advanced Search where pretty all fields are included

This is PVD 0.9.9.21... there is no "Advanced Search" in People View, unfortunately.

Here's hoping  version 1 is released soon. (Not going to use the beta for my main database.)

Aimhere


86
Support / Search (and replace) in People URL field
« on: September 24, 2011, 03:30:05 pm »
Hi,

I have a minor problem in PVD 0.9.9.21 I'd like to solve. There was a time a while back when the IMDB plugin was returning URLs of the form "http://us.imdb.com/...", instead of "http://www.imdb.com/...", because that's what IMDB itself was returning for search results at the time. Eventually, IMDB went back to using "www.imdb.com", though. But now, I have a number of performers in my People database who still have the "us.imdb.com" flavor of URLs, and every time I update a record from IMDB (via the plugin) without remembering to change the "us" to "www", I wind up with two URLs in the URL field, the original "us" and the current/standard "www".

What I'd like to do is filter my People database to only show records that still have "us.imdb.com", so I can update them all and be done with it. But there doesn't seem to be any way to search by URL in the "Search" box. "URL" is not an option in the drop-down list next to the "Search" box, and choosing "All" doesn't actually include the URL field in the search (apparently "All" only includes the fields listed in the drop-down list, which, again, doesn't have "URL".)

I thought that maybe I could export the URLs to a CSV file (which I can), edit that, then re-import it... but discovered there is no CSV import for People, only for Movies.  :(

So my question is, IS there a simple way to do a search (and replace) on the URL field in People view?

Aimhere

87
Support / Re: File scanner regular expressions
« on: August 26, 2011, 04:57:26 pm »
Sorry if it seems like I'm being obstinate about all this. I do appreciate your attempts to point out alternative strategies. :)

Maybe it would be easier to come up with a more elegant RegEx to import data into PVD if I used a different file-naming scheme. But, whatever RegEx[es] I come up with still have to be able to process the existing file name format anyway, in case I ever have to re-scan my collection or move it onto different media in the future. Given my limited knowledge of RegExes, I did the best I could. it just seemed easier to strip out the discnumber strings than to come up with a RegEx that could ignore them.

Be that as it may... in the future, what if I enclose the "Discnumber" in something like brackets [], so that I had file names like "Title (Year, Studio)[Discnumber].avi"? What kind of RegEx would be needed to parse that?

88
Support / Re: File scanner regular expressions
« on: August 06, 2011, 05:53:46 pm »
See, the default set of RegExes in PVD's file scanner configuration already removes things like "CD1" or "CD01" when reading the filenames, using the pattern "(?i)\bCD\d{1,2}\b" in the "find and replace" section. I'm just trying to get it to do the same for "D1CD1" and the like. Without the additions I've made to the RegExes, the file scanner would give me titles like "Some Movie D1CD". (This is why the file scanner configuration HAS a "find and replace" section... it strips out a lot of garbage that would otherwise get included in the extracted titles, BEFORE even attempting the extraction.)

A lot of the movies in my collection were released as multi-disc collections, with each disc in multiple 700MB AVI chunks. The filenames HAVE to include strings like "D1CD1" so each file has a unique filename. I could use something like VirtualDub to combine the chunks into a single AVI, but this is an awful lot of work given the number of files involved (with me acquiring more all the time), not to mention presenting the danger of exceeding file-size limits that may exist when I want to back up these files on DVD-R. Also, the second disc for each title often contains ONLY "extras", not any part of the main movie, so I wouldn't want to combine that with the first disc (usually I only want to watch the main movie, but I still want to keep the extras around in case I ever feel the urge to watch them). In any event, I'm still going to have multiple files for any particular movie.

I'm already renaming the files as I acquire them... believe me, the original filenames as posted on Usenet are practically worthless.  (They don't include readable movie titles or anything useful.)  :P

Edit: I should mention, all of my movies have filenames of the general form "Title Discnumber (Year, Studio).avi", where "Discnumber" is the "CD1" or "D1A" or whatever. I suppose I could move the "Discnumber" part to the very end, maybe that would keep it from being included in the title without all of the fiddly RegEx stuff. But then I'd want to rename all of my existing AVI files (several thousand, burned onto DVD-R) to the new format for the sake of consistency, and besides, the RegExes I came up with seem to work fine...

Aimhere

89
Scripts and Templates / AdultDVDEmpire update
« on: August 06, 2011, 04:02:19 pm »
Hi all,

Made a minor change to the AdultDVDEmpire script (it was no longer grabbing the "original title", fixed). See sticky above for download link.

Aimhere

90
Support / Re: File scanner regular expressions
« on: August 02, 2011, 12:13:26 am »
Okay, I managed to figure out the strings I needed to add to the "find and replace" section in the File Scanner preferences to strip out the strings I wanted to remove:

(?i)\bD\d{1,2}CD\d{1,2}\b
(?i)\bD\d{1,2}[a-z]\b
(?i)\bD\d{1,2}\b


I just added these after the existing "(?i)\bCD\d{1,2}\b" line, and tested on a folder full of files named as we've been discussing. This seems to remove all of the "D1CD1" and "D1A" style strings from the filenames. Maybe there's a more elegant way to do the same thing with fewer RegEx's, but I'll take what works.

I've noticed another problem, though: the first line in the default set of "find and replace" expressions, "(?i).?((?<!\b).){0,5}Rip", is clearly intended to remove strings like "DVDRip" and "BDRip". But, I'm finding it ALSO removes any unrelated string that happens to end with the substring "rip". In other words, it removes words like "Trip", "Strip", "Grip", and so on. (And words like "Gripped" get mangled to "ped".) After some wrangling with it, I managed to come up with a RegEx that removes things like "DVDRip" while leaving words like "ripper", "tripping", etc. alone:

(?i)\b(CD|DVD|BD|Blu-Ray|BluRay|HD-DVD|HDDVD|VHS|Vinyl|Cassette|Tape|.{0})Rip(\s|\b)


Yeah, it's not pretty, but I figure it covers all the "rip" bases I'll ever encounter. :D (I had to add the fiddly bit at the end to strip out spaces that were creeping into the modified string.)

Aimhere

91
Support / Re: File scanner regular expressions
« on: August 01, 2011, 09:45:31 pm »
Hi rick,

Sorry, I should have been more clear. The movie filenames already do include the year, e.g. "This Movie D1A (2011, Some Studio).avi", "That Movie D2CD1 (2010, AnotherStudio).avi", etc. I just want to strip out the "D1A" or "D2CD1" parts completely to create the titles in PVD's file scanner, rather than leaving the fragments that I'm getting (and have to edit out) as shown in my original post. And I want to do it in a way which is compatible with the existing (default) regular expressions already in the File Scanner configuration (i will accept modifying existing regex's to do what needs to be done).

92
Support / File scanner regular expressions
« on: July 31, 2011, 05:41:14 pm »
Hi,

I need some help with the configuration for the File Scanner, specifically, regular expressions.

I like how, when importing video files, PVD strips things like "CD1", "CD2", and so on from the filenames when generating a movie title. So, for example, "This Movie CD1 (2011, SomeStudio)" becomes "This Movie" in the title field.

Thing is, I have more and more movies that came from multiple DVD sets, where each DVD is broken into CD-sized files as well. They have filenames like "That Movie D1CD1", "That Movie D1CD2", "That Movie D2CD1", etc. ... OR, "Another Movie D1A", "Another Movie D1B", "Another Movie D2A", etc.

When I point PVD's file scanner to movies like these, I wind up with titles like "That Movie D1CD" or "Another Movie D" in the Scan Results window. Note how it retains part of the disc/CD identification tag. I have to edit the title and strip them out by hand.

Also, with the "DxCDy" naming convention, PVD doesn't group all the parts together under the same title, instead I get a separate item for each DVD ("That Movie D1CD" AND "That Movie D2CD"). So, I have to select both items and right-click to choose "Same Movie".

Now, I don't really know much about regular expressions, so I'm not sure how to go about fixing this in the preferences for the File Scanner. I'd like to retain the "D1CD1" or "D1A" tagging for the filenames, but keep it from carrying over to the titles in the File Scanner.

Any ideas?

Aimhere

93
Feature Suggestions / Re: Selecting actors from a movie
« on: January 12, 2011, 05:17:03 pm »
Yes, such functionality would be handy. It is already on the TODO list.

Once again: nostra is da man. :)

Aimhere

94
Feature Suggestions / Re: Selecting actors from a movie
« on: January 12, 2011, 05:16:34 pm »
Great idea. I often wish synchronized movie and people panes could be shown at the same time. If this is not to be, synchronized panes not shown at the same time would be the next best thing. ;)

It should be noted the simple solution of running the necessary search in the other view is not going to work. A filmography search is much too slow. And then anything done in the view that requires a refresh results in the search being run again. No, the people in the movie record would have to be programmatically selected in the people list. For simplicity, it should probably select all credits, rather than be restricted to actors or applied to each type separately.

Agreed. The filmography search IS slow, but it's all I have available right now. Still, on a reasonably modern system, it only takes a few seconds.

I'd still prefer for the people list to be "boiled down" to the ones associated with the chosen movie (filtering out irrelevant ones), rather than merely selecting the records. That way, I can see at a glance exactly which people and how many I'm dealing with, rather than scrolling through my entire people list and looking for highlighted records.

Also, most of the time I only want just the actors. But having the option to show other credited people too would be a plus.

Quote
The reverse function isn't as important. It's not much trouble to switch to a particular movie using a link in a person's filmography. From there, a search can be run from the person's context menu—and those searches are reasonably fast.

Maybe so, but again, it'd be nice to be able to do it in a single step.

Quote
What would be handy is a simple search (also available on the context menu) for searching a person for any credit type (i.e., producer, director, actor..., just like there is for titles).

True.

Aimhere

95
Feature Suggestions / Selecting actors from a movie
« on: January 08, 2011, 09:51:39 pm »
Hi,

I thought of a feature that I would find useful. When looking at a movie record in Movie View, I'd like the ability to switch to People View with the list on the left filtered to only show the actors in that movie. (Then I can work with just those people when doing updates from plugins, reviewing their details, etc.)

I can pretty much get the same thing by selecting and copying the movie title, switching to People View manually, pasting into the search box, and choosing "Filmography" as the field to search. But it would be nice to be able to do it all in a single step, without having to copy-and-paste anything.

The reverse would also be useful: when viewing a person's record, switching to Movie View filtered to show only that person's titles.

This could be implemented as an item on the context menu you see when right-clicking the "Title" field on a movie record, or the "Name" field on a Person record.

Comments?

Aimhere

96
Support / Re: Dealing with movie duplicates
« on: December 31, 2010, 01:50:29 am »
Success! The number of visible movie records didn't change after this optimization pass. PVD did delete 368 movies, but they were all invisible ones.

I guess now it's just a matter of preventing future duplications.

Aimhere

97
Support / Re: Dealing with movie duplicates
« on: December 31, 2010, 01:17:09 am »
In my testing just now, I stumbled across a helpful tool in PVD... Filters/Advanced/Show All. By being able to see both visible and invisible movie records side-by-side (and searching for the titles that had been removed by the test optimization), I found that the movies in question DID have duplicate records. In some cases, a single person (out of half a dozen or more) had an extra entry for the movie in their filmography. In other cases, the duplicate was listed under a director's or producer's filmography, when previously I had only been considering actors. D'oh!!!  ;D

I still don't know why PVD's optimization would delete the visible record instead of the invisible one, though. The dupes I saw appeared to have the same URLs (for IMDB) as the visible ones. Many of my movies have multiple URL's, though (from both IMDB and ADE), maybe that has something to do with it?

So, I deleted all the "invisible" duplicates I could find, and now I'm doing another test optimization (again, with "Delete movie duplicates" selected) to see what happens.  It's so slow, though, with that option... updates to follow...

Aimhere

98
Support / Re: Dealing with movie duplicates
« on: December 31, 2010, 12:39:51 am »
I've never noticed it delete a visible movie. You could export before and after lists of visible moves and compare those in Excel to determine what was deleted. That should indicate why the deletions are happening.

Okay, did before-and-after exports, and compared them. PVD deleted eight out of 2022 visible movie records. I can't find any rhyme or reason why it would think they are duplicates, either. Looking at my "before" database, the movies all have proper titles and "original titles", all unique as far as I can tell. (A couple are parts of series, e.g. "Some Movie", "Some Movie 2", etc., but they shouldn't be considered duplicates.)

I wonder if we could get Nostra to weigh in on the methodology used to determine whether movies are duplicates?

Aimhere

99
Support / Re: Batch removal of images
« on: December 30, 2010, 05:20:22 pm »
Ah, I'm sure your right about the database efficiency not really being affected. Too lazy to do further testing, too.

I just get nervous as I see the size of the database beginning to approach 1GB.  ;D

Aimhere

100
Support / Re: Dealing with movie duplicates
« on: December 30, 2010, 05:17:51 pm »
Quote
The plugin is set to overwrite filmographies, and "Merge filmography" selected in Preferences.

Why do you have "Merge filmography" selected? If it wasn't, running the plugin would fix the problem by replacing everything with the person's current filmography.

What happens if I don't have "merge filmography" selected, and I have a movie in my database that ISN'T in IMDB's filmography? (IMDB isn't always complete, after all.) What happens to my movie record? Would the actor's filmography in PVD continue to list that movie, even if it wasn't found on IMDB? Or would the filmography omit it, thus disconnecting the movie from the actor? I thought that's what "Merge filmographies" was supposed to prevent?

Quote
Quote
IMDB lists a different release year than the one I already have in my database record for that movie.

Why are they different?

Because I import most of the movie info (posters/box art, studio, descriptions, etc.) from another source, AdultDVDEmpire. (In this genre, IMDB rarely has any info other than the title and cast.) And the two sources just happen to disagree on release year.

In my typical workflow, I'll add a movie, import the movie info from ADE, confirm the list of cast members, go to each cast member in turn, and update the person's filmography from IMDB. It's that last step that's giving me the duplicate movies in the filmography, when ADE and IMDB disagree on the release year.

Quote
Quote
I don't know if the "Delete movie duplicates" in "Tools/Optimize Database" will do what I want, and I'd rather not risk having it delete any "complete" movie records.

I believe the only way that could happen is if both records are visible. That's not the case in the scenario you describe. But if you're concerned about that possibility, you can still run the utility with the option to remove only invisible records.

"Delete movie duplicates" (unlike "Delete movie orphans") doesn't have an option to only remove invisible records.

Okay, as a test I made a copy of my database, then ran "Optimize database" with "Delete movie duplicates" selected. It did delete some 300+ movies. Unfortunately, it removed eight (out of 2009) visible movie records, e.g. movies that were legitimately in my collection. I don't know why this would happen, I'm certain I didn't have any actual duplicates. It's possible there may have been a couple of movies (from different studios) with identical titles, but whenever I run across those, I add the studios to the titles to avoid confusion...

Aimhere

Pages: 1 2 3 4 [5] 6 7 8 9 10
anything