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 - rick.ca

Pages: 1 ... 5 6 7 8 9 [10] 11 12 13 14 15 ... 118
181
Quote
I've heard there can be issues with portables running on the main drive though, and why I ask.

There are no issues I'm aware of. It can be run anywhere. That's what 'portable' means.

Quote
I installed it this morning on my usb and there it was in the data folder.

The fact you found a configuration file means nothing. If the program doesn't find one, it creates a default one. This does suggest to me, however, what might be different about the 'portable version'. It saves the configuration file (and probably the database) in a 'Data' sub-folder—likely to comply with USB-stick installation requirements. The regular version of the program just uses the root installation folder.

Quote
Are you running the portable version on your main HD by chance?

I use the latest beta for everyday use. I run 0.9.9 in portable mode for support purposes and for my music album database, both of which must be kept separate from each other and the beta version. All are HDD installations.

182
Quote
I realize they are the same program but... ones portable and one is desktop right?

I have no idea why separate 'versions' are posted. AFAIK, they're identical. Maybe the portable version is packaged to comply with somebody's standard for USB stick installation.

By 'switch' we mean 'command line switch'. Run the program with a shortcut using '..\viddb.exe -portable' or use the portable.bat file provided.

Quote
REGex is new to me...

There are lots of introductory resources available (I believe the topic you found includes some). You don't have to become an expert to understand the rather straightforward use of regex for matching filenames.

183
Quote
which reminds me I need to re-down the portable PVD.

It's not a separate version of the program. All you need to do is use the switch.

Quote
It didn't work and i tried every variation i could think of there of.

You're not going to get anywhere with this while ignoring the regex in the configuration. The default regex are intended to work for commonly-used filenames for movies and series—not tutorial videos. Use Utility to test regular expressions for extracting movie data from file names to test your own regex (or whether an existing one will work for a given filename).


184
Sorry, the name is pvdconf.ini. ::)

[Edit:] I must be losing my mind. That's what I said in the first place. I often call it pvdconfig.ini myself, and assumed I did again. :-[

185
Quote
I did try to run two seperate installs of PVD - renaming one to PTD (Personal Tutoral DB) and leaving the other as PVD 09 - Definitly did not work - crashed them both and I lost most all my data. lol

You can use any number of separate installs but running the additional ones with the -portable switch. The configuration file is then saved in the installation folder, which is also the logical place to save the database—to ensure it's not used by other installations. If you fail run an additional installation in portable mode, it will use the default configuration (stored in the Application Data folder) which in turn can cause the wrong database to be loaded.

Quote
Preview movie of course. I kinda have that figured out - kinda... ;-) I've got it to play the preview first before starting the tutorial via scan every time.

If you have a preview for a tutorial, and would always want to play it first followed by the tutorial, you could simple include both files in [File Path]. Unfortunately, the file scanning system will have difficulty adding and maintaining two files (e.g., when it finds one, it may suggest it as a replacement for the other). I do this with movie trailers, but I keep the trailers in a separate folder and add them to [File Path] manually.

186
Support / Re: Importing?
« on: May 05, 2012, 08:04:42 pm »
I'm able to recreate the problem by using a proxy server IMDb doesn't seem to like. Following are log excerpts, which don't show much other than the download process stopping. The freeze occurs about a minute after the activity stops. The first part includes a connection problem, further suggesting the plugin is not gracefully recovering from such events.

Code: [Select]
(05/05/2012 11:30:53 AM) Plugin loaded: imdb.dll 0.9.8.5
...
(05/05/2012 11:33:22 AM) Logging in...
(05/05/2012 11:33:22 AM) POST: http://www.imdb.com//register/login?
(05/05/2012 11:33:22 AM) Searching movie information for: Artist
(05/05/2012 11:33:22 AM) GET: http://www.imdb.com/title/tt1655442/
(05/05/2012 11:33:23 AM) GET: http://www.imdb.com/title/tt1655442/plotsummary
(05/05/2012 11:33:23 AM) GET: http://www.imdb.com/title/tt1655442/fullcredits
(05/05/2012 11:33:24 AM) GET: http://www.imdb.com/title/tt1655442/trivia?tab=mc
(05/05/2012 11:33:25 AM) GET: http://www.imdb.com/title/tt1655442/awards
(05/05/2012 11:33:39 AM) Socket Error # 11001
Host not found.
(05/05/2012 11:33:39 AM) GET: http://www.imdb.com/title/tt1655442/technical
(05/05/2012 11:33:39 AM) GET: http://www.imdb.com/title/tt1655442/reviews
...freeze
(Program restarted)
...
(05/05/2012 11:39:34 AM) Logging in...
(05/05/2012 11:39:34 AM) POST: http://www.imdb.com//register/login?
(05/05/2012 11:39:35 AM) Searching movie information for: Artist
(05/05/2012 11:39:35 AM) GET: http://www.imdb.com/title/tt1655442/
(05/05/2012 11:39:36 AM) GET: http://www.imdb.com/title/tt1655442/plotsummary
(05/05/2012 11:39:36 AM) GET: http://www.imdb.com/title/tt1655442/fullcredits
...freeze

The screenshot shows how the program loses the ability to redraw the screen. This happens every time. The program is completely frozen a few seconds after this occurs.

[attachment deleted by admin]

187
Support / Re: Exporting
« on: May 05, 2012, 06:10:42 am »
Quote
So, maybe one more tweek if possible, is there a way to add text in the line so it would look like this?

If you mean you want 'ID #' before ID and a linefeed between lines, just add them to the template. ;)

188
If I understand you correctly, you put everything back the way it was, and restored a backup. The only reason I can think of why that wouldn't work is the image folder location is saved in the configuration file. Look in pvdconf.ini (in your application data folder) to see if that's the case. If so, with the program closed, change it to what it should be and then restart the program.

Unless you're using the the same images in multiple programs, you should set the option at Preferences > Miscellaneous to save them in the database. They'll be much safer there.

189
Support / Re: Exporting
« on: May 05, 2012, 04:23:03 am »
Code: [Select]
%OPTIONS%
filter="Text Files|*.txt"
encoding="UTF8BOM"
%OPTIONS%{%value=title} / {%value=origtitle} ({%value=year}) [{%value=genre}] {%value=num}


Be sure to include the line feed at the end. That's why your result did not have each item on a separate line. If it's possible to number the lines, I don't know how.

190
Regular Expressions work by recognizing patterns. While default are regex provided, they're designed to recognize a variety of different file naming patterns for movies and series. They won't be of much use in this unique situation—other than perhaps serving as a guide for files organized in a way similar to series. For example, if your files were organized by [Series] - [Season] - [Episode]. [Episode Title] (where [Season] and [Episode] are integers, but all fields are used for whatever you want them to mean) then one simple regex would recognize the pattern and effectively capture those values. Handling variations in the pattern is a little more challenging, but still possible. That's done by adding another regex that matches the different pattern, and then making sure the two regex are mutually exclusive or if they're not, they're placed in the correct order so the right one is applied (the processing stops when a match is found).

It seems this would require some renaming of your existing files. Applying a series structure PVD will understand suggests...

SeriesMaxon Videos - Quick Tips
Season1, 2, 3... instead of R11, R11.5, R12...
Episode1, 2, 3... arbitrary or meaningful, but required
Episode Title     Whatever you want it to be

Thus far, I haven't said anything meant to imply exactly what the file pathname pattern should be—only that these elements must be identifiable in the pattern. The current pathname of...

..\Tutorials\Cinema 4D\Maxon Videos\Quick Tips\C4D R13\01. XYZ.ext

...could be handled by one regex—if it's consistent. By that I mean (counting folders from the end)...

SeriesFolders 3 & 2 (yes, the title would include a '\')
SeasonOne or more digits at the end of folder 1
EpisodeOne or more digits at the beginning of the filename
Episode Title     Filename following any number of digits and '. '

There can be any number of different variation handled by different regex. If, for example, folder 2 doesn't always end in a release number (i.e., there is only one release, or it's not applicable), a regex based on it's existence would fail. Another one that ignores folder 1 and doesn't attempt to capture [Season] would be used. Matched episodes would end up in Season 0.

I don't know how you intend to use this information, but Tutorials, Cinema 4D, Maxon Videos and Quick Tips can all be entered in separate existing or custom fields (e.g., [Genre], [Studio], [Medium], [Type]) for grouping, sorting, searching, etc.).

If you don't already have something in mind, consider how you might use the People fields to maintain useful data related the videos. Your videos probably don't have actors, but they might have different people involved in some capacity. More likely, there are tools or techniques involved in their production you might want to keep track of. Then the database can answer questions like, "What videos did I use this technique in?"

You probably already know you can create or modify an existing skin to suit this data. What's not so obvious is you can modify a language file to change the captions in the program to ones more appropriate for what you're using the program for. For an illustration, see Personal Anything Database?

191
Support / Re: Importing?
« on: May 05, 2012, 02:06:59 am »
Quote
Looks like it's solved! Thanks!

Not so fast... ;)

I've noticed exactly the same thing with the beta for some time now (with the current and previous releases). I assumed it was beta issue, but I haven't been using 0.9.9 much. I doesn't happen consistently, so I've been waiting to see if I could find any evidence of what's going wrong.

I have noticed the IMDb plugin seems to get 'stuck' on the same page (when the problem is happening). I'm not sure, but I think it was the Review page. If the problem is with the plugin, the program should gracefully recover rather than freezing.

Hmm. I wonder if the timeout settings have something to do with this. I notice mine include a 60 second Download thread timeout with 2 Retries on failure. If that means the program would be unresponsive for 3 minutes while a plugin was stuck on something, it's likely I've never been patient enough to wait it out. :-\

192
Support / Re: Problem with 'origlang' identifier
« on: April 28, 2012, 11:31:24 pm »
Quote
I changed the identifier from origlang to 'langs' and it worked.

That might work for you, but it's not a solution to the problem. 'langs' is a list of available language audio streams in the media. 'origlang' is the original language of the film.

193
Support / Re: Problem with 'origlang' identifier
« on: April 28, 2012, 08:41:43 pm »
The issue seems to be with using the origlang identifier in an export, not this particular template, so I've moved this to Support.

Nostra?

194
Support / Re: Exporting
« on: April 23, 2012, 05:41:00 am »
Preferences > Plugins > Plain text > Add...a template. Select the 'Edit template' tab and paste the code.

195
Support / Re: Exporting
« on: April 22, 2012, 04:47:23 am »
The records are exported in the order they appear in the list. The details for each record are determined from the template used. Just add or edit one to produce the output you want. A simple one would be...

Code: [Select]
%OPTIONS%
filter="Text Files|*.txt"
encoding="UTF8BOM"
%OPTIONS%{%value=title} ({%value=year}) {%value=num}

196
Welcome to the forum.

For every name you see in the Movie view, a record has been created. Initially, that record is invisible because in the normal use of the program the fact a person's name is listed somewhere doesn't necessarily mean you want to record any information about them. Nevertheless, a record is created, and that record has a filmography of the movies in the collection the person is related to.

If your collection is of self-made movies, it's likely you do want to record information about every person listed in movie records. If so, select Preferences > People > Show people added from movie credits. To make the invisible records you already have visible, us the Filter to show invisible records, select all, right-click and select Always show.

In a collection of regular movies, you would want to think carefully about showing all people. Once you do so, there's no practical way to distinguish between those you care about and those you don't. You're effectively forced to update them all. That can make quite a difference. In my collection of 2,300 movies and TV Series, I get information (i.e., show the records of) the most significant people for about half the movies. That results in about 15,000 visible people records that need to be kept up-to-date. Doing so means includes adding the complete filmography of each person. And that means adding an invisible movie record for each movie mentioned in a filmography that's not also in the collection. As a result, my database includes 278,000 invisible movie records. Now imagine what that number would be if I were also getting information for the 20,000 invisible people records in my database. :o

As usual, nostra gets to the point much quicker than I. :-[

197
Support / Re: IMDb People Plugin - missing for more information
« on: April 13, 2012, 07:04:53 am »
It seems the logic used for those where only the year of death is known is to set the date of death to their birthday. So maybe the cause is the plugin is failing to get the month and day, and therefore setting the date as if there was only a year. :-\

So sad, all those people dying on their birthday... :'(

198
Feature Suggestions / Re: Request: DVD/BluRay and Cost options
« on: April 11, 2012, 11:26:20 pm »
Quote
I still think a cost field which calculates the total cost all up would be a brilliant addition to this program.

That's not going to happen for something as specific as cost—a field that doesn't even exist. As I indicated, we might hope that someday the program will produce summary statistics of some form (average, total, number of unique values, etc.—as appropriate for the field type) for any/all fields. But don't expect anything like that any time soon. Meanwhile, the best solution is to export the necessary data to a spreadsheet.

Quote
In fact, I am also using this program for non media related items, such as house hold contents and such. Why? people may ask.

Yes, we might. ;)

You must have an aversion to spreadsheet software. It's a much more effective tool for any such task. It's still better (more flexible, faster, easier to use) if you want to include movies of rooms and/or photos of items.

Quote
Oh the only other thing that would be handy would be some kind of why to customise your HTML export... or be able to download various templates (preferably a place which gives previews of what the template looks like).

Customization is done by editing the templates. You've find templates and people who create them in Scripts and Templates. The obvious first stop for you would be svenne's HTML List export template.

199
Support / Re: IMDb plugin maintenance issues
« on: April 11, 2012, 10:47:37 pm »
Quote
I noticed another thing: some of the movies included in the IMDB "Connections" are linked with the ones you already have in the database but others don't.

It may help to understand all movies appearing in a 'Connections' list have a record in the database. If the record is visible, it's highlighted to indicate the movie is in your collection. So if a movie you know is in your collection is not highlighted, it's probably because there's a duplicate invisible record in your database. That duplicate record might have been created when the movie you're looking at was added because the existing visible record was not found, or it may have existed before and was not found and merged when you created the current record. I suppose most of these issues arise because the program is attempting to maintain these links by matching titles. Ambiguities (like 'Goodbye Lenin' vs. 'Good Bye Lenin') can result in an existing record not being found and a duplicate being created.

200
Feature Suggestions / Re: Request: DVD/BluRay and Cost options
« on: April 10, 2012, 09:31:07 pm »
Welcome to the forum.

Quote
As I have been playing with this program it has come to my attention that there were no option to choose if my movie was on DVD or BluRay.

I don't know if it's filled automatically, but there is a [Media Type] field. There's also [Media Label], [Barcode] and [Media Location] which may pertain to optical media—in addition to the usual video and audio specs.

Quote
The last option could be Hard Disc Drive and if ticked, all the options at the bottom which revolve around linking to your media on your own drive could be enabled. If you don't choose the last option, instead opting to only choose DVD, BluRay or CD, then the bottom media linking section could be disabled.

The media section applies equally to external and HDD media. With a movie selected, try inserting its disc and letting the program analyze it.

Quote
I would like to be able to input the cost of each of these items that I have bought.

Add a custom field for cost and whatever else you want to record (supplier, date purchased, etc.).

Quote
The third suggestion is a Total Cost of your collection, what I have spent on the entire collection. The cost could be sub-grouped into total DVD cost, total BluRay cost, and total CD cost. ...Then a grand total of them all.

The program doesn't currently provide any summary statistics for selected records. If it ever does, I wouldn't count on that ability extending to custom fields. I think the best tool for this sort of thing is to export the relevant data and use Excel to create any kind of report desired.

Quote
For example, if I am a comic book collector I could add an option of 'Comic'.

By using custom fields, modifying captions throughout the program and designing new skins, it is possible to adapt the program for cataloguing a different type of media. It's not something many users would want to attempt. For obvious reasons, attempting to catalogue things as different as video and comics in the same database is not going to work very well.

Pages: 1 ... 5 6 7 8 9 [10] 11 12 13 14 15 ... 118