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 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 118
281
Support / Re: No Movie Images from New Movie Master
« on: January 14, 2012, 12:01:01 am »
The selection and quality of posters at TMDb has improved dramatically over the last year or so. That plugin currently only includes the option of downloading all available posters. That's not practical, as movies typically have several high-quality posters, and popular ones can have a dozen or more. It would be wonderful if the plugin could be modified to download only the default poster and/or allow a selection from the available posters.

I might be misunderstanding it, but it appears from the API both should be possible. It's not clear which is the default poster URL, but it's likely the one returned by Movie.search. Other poster URL appear to be provided by both Movie.getInfo and Movie.getImages. The best implementation would be to modify the existing movie info plugin to just get the default poster, and to add a new poster plugin that would present thumbnails for selection and allow for choosing the original, mid or cover size.

I'm suggesting this here because I think this might significantly reduce the demand for keeping the web-page based plugins like Amazon and IMPAwards up-to-date. Although the selection is not as broad, TMDb does now seem to reasonably good coverage of common non-English movies, and includes non-English posters. The minimum poster width is 666 pixels and the norm seems to be 1000, so the quality is much better and more consistent than other sources. Those for whom TMDb would be an appropriate default source for posters are unlikely to need anything else.

282
Support / Re: SQL statement (moving field contents)
« on: January 13, 2012, 10:38:16 pm »
Quote
The question is how to find out the right column and table names of the custom field (marked red)?

Assuming you understand SQL and know how to use the SQL tool (on the Help menu when the program is started with the -debug switch), you could get those using an SQL query tool like FlySpeed SQL Query.

Quote
Or is there an out-fo-the-box way to do what I am attempting to?

Not exactly "out-of-the-box," but you could export [A] with [Title], [Year] and/or [ID] (to match records) and import the A data to [B].

283
Good idea. I wonder if the most practical approach would be for the program to compare the title extracted from the filename (with any specified replacements) to [Title] and [Original title] both with and without special characters. That way, special characters could either be replaced in the filename or just omitted—and either would be matched.

I think my most common special characters are ':', which I replace with ' -' to maintain readability, and '?' and '!' which I prefer to drop from the filename. In doing the latter, I'm resigned to just matching those files manually (18 of 2,200 movies, so it hasn't been much of a burden).

284
Support / Re: Forum Attacks
« on: January 06, 2012, 10:57:35 pm »
Quote
In most cases, a lot of forums require someone to register to actually be able to access the forum's content...

Forcing prospective users to register in order to learn about the software would unnecessarily inhibit it's use.

Quote
With regards to how to stop the spam postings...

Upgrading to SMF 2 seems to have solved the problem. I don't know exactly what control are in effect, but spam posts are now rare. Spam accounts are still being created (although in much fewer numbers). This suggests the spammers are still trying, but the controls in place are effectively stopping them.

285
Feature Suggestions / Re: Profiles, light version and others suggestions
« on: December 31, 2011, 11:11:30 pm »
Quote
Is there a way to add “profiles” to the software? When members of a family are using it, one movie could be marked “seen” for one user and “unseen” for others. Only a few things have to be changed (“seen-unseen”, “Rating”…) That could be stored in separated textfiles.

I wonder how common the situation is where two or more users want to share the same database, but do not want to share their "viewing data" (i.e., seen flag and date, rating). What might be more useful for the typical "family user" would be the ability to record multiple "viewing events," whereby at least the date and viewer(s) are recorded for each. This way, the information is available to all family members. That may have a bearing on when an with whom one plans to view a movie, or who to ask for a review.

Although not automatic and therefore somewhat error-prone, it is possible to accommodate the recording of "viewing events" using custom fields. One could be [Viewed by]—a multi-select field for recording the family members attending the last viewing (i.e., it's associated with the existing [ViewDate]). Before recording a new viewing, the previous viewing would be added to [Viewing History]—another multi-select field where viewing events are recorded in the form "YYYY-MM-DD Viewer1 Viewer2 ..."

Quote
The mass editor is great but lacks a “replace function” to allow for example to replace “himself” in actors field by “lui-même” (French traduction), or delete double spaces or empty lines in descriptions and so on.

That would be handy. I'm not sure how it would work...Perhaps a button that would toggle the "Value" box to "Find" and add a "Replace with" box. Or easier—given the toolbar environment—those boxes could be fixed, and the default value for the "Find" box could be {Entire Field}.

Quote
While the screens are getting wider it’s always a waste of space when adding a ribbon style interface...

It seems to me the new interface makes better use of space—with respect to presenting tools and commands. But I suppose you mean if the program can be used in windowed mode on a wide screen, there's room for separate tool boxes to be placed outside the program window. True, but that doesn't address the efficient management of tools (i.e., which are active, where they're placed, etc.) as the current interface attempts to. On a more practical note, I don't think nostra is willing to revisit the interface question until version 10 or so. ;D

I think a better use of surplus screen width—or a second screen—would be the ability to display the Movie and People panels simultaneously.

Quote
Or may be add a light version of the software with only filters and a “play” button? It’s not always a good idea to have the whole interface when you have children messing around. And it could be helpful when you want to "distribute" your collection to friends too.

There's already a Permissions system (on the "Administration" menu) for this purpose.

286
Development / Re: Sorting using a Custom Field during export.
« on: December 27, 2011, 11:37:03 pm »
Quote
You must remember to include the record ID as one of the import/export fields.

...Or anything that will uniquely match records on import, if there is no ID. Using [Title] and [Year] usually works fine for movies.

287
Feature Suggestions / Re: Function RenameFile in script
« on: December 26, 2011, 09:51:58 pm »
This feature has already been added to version 1. It's done by the program itself—no script is required.

288
Support / Re: IMPawards
« on: December 10, 2011, 07:51:57 am »
If anyone can see the future, near or far, it would be the guy who calls himself Nostradamus. But he might be too busy to share his prophecies with us. ;)

289
Support / Re: "10bit-depth" x264 screenshots problem
« on: December 08, 2011, 10:40:01 pm »
Quote
Maybe problem is only with 1080p version.

I can't imagine why. But are you now saying the problem is restricted to one file? That's not what your first post implied. Does it work for other 1080p 10-bit files?

290
Support / Re: "10bit-depth" x264 screenshots problem
« on: December 07, 2011, 10:38:04 pm »
I tried it on the 720p version Hoshi o ou kodomo. It works fine. Have you set the path to the correct version of ffmpeg in Preferences?

291
Support / Re: IMPawards
« on: December 07, 2011, 12:13:30 am »
The plugin needs to be updated.

It still does. ;)

292
Support / Re: "10bit-depth" x264 screenshots problem
« on: December 06, 2011, 11:46:29 pm »
Welcome to the forum.

If you haven't already, try updating your ffmpeg library. Current builds are available here. Copy the ffmpeg.exe file only to your ffmpeg folder, and make sure the program is configured to use that at Preferences > Screenshots.

293
Support / Re: Having some trouble getting started...
« on: November 25, 2011, 08:02:55 am »
Quote
It'd be really great if the Manual actually covered Using New Movie Master and/or Adding New Movie, instead of assuming that users are importing data from an existing file.

As you might have noticed from the Table of Contents, the manual has not progressed that far. Since I've no time for it, we'll let you write the next chapter once you've figured this out... ;)

Quote
I'm having trouble importing any movie details at all from imdb. not sure if it's a problem with imdb, with pvd, or my user error.

AFAICT, the program and plugin work fine. Please describe exactly what you're doing and what's happening (or not happening).

294
Support / Re: IMDb plugin maintenance issues
« on: November 11, 2011, 08:55:10 am »
Is it (the IMDb plugin) configured to download images?

It works for me, although the quality is generally not very good—probably similar to Amazon.

295
Why are you using the file system to organize movies? That's what PVD is for. ???

296
Support / Re: post delete
« on: November 04, 2011, 09:23:45 pm »
If I did, I apologize. The site is being overrun by spammers, the posts of which have to be deleted manually. There's so many of them, yours may have been caught in the net. Please post again. Now that I know you seem to be a legitimate user, you should be okay as long as you leave out the porn and viagra links. ;)

BTW, did you find your account deleted as well? If I delete a message because I believe it to be spam, I usually delete the account as well.

297
Support / Re: IMDB Watchlist
« on: November 02, 2011, 09:41:29 pm »
Export the watchlist, and import it with [Viewed]=[-1]. Searching the forum for "importing" will find information about how to import.

298
Support / Re: Assigning file path to episode.
« on: November 02, 2011, 08:29:46 am »
Quote
I posted this question in another thread and got no rsponse, so I am reposting to a new thread.

You didn't respond to my original answer in August 1. I've consolidated all your posts here in the hope we don't get lost again.

The program design does not intend that paths be entered manually—especially recurring episodes. The file scanner uses regular expressions to recognize information in the file paths of the files it's directed to scan, and uses that information to match the files to records in your database. It's your responsibility to change the default regex in the configuration to suit the file naming conventions you're using, or to change you file naming conventions to conform to the regex provided.

There are a number of topics here discussing how to do this. You'll find most of them by searching for "regex." There's also handy little utility at the very end of the Download section to help with testing regex to determine how they'll work with your filenames.

299
Support / Re: Having some trouble getting started...
« on: November 01, 2011, 09:31:57 pm »
Welcome to the forum.

Are you using the current version of the IMDb plugin? Do Help > Check for updates.

Have you configured the plugin at Preferences > Plugins? Select the plugin and Configure. Also set Overwrite fields > All (or at least make sure the fields you want are checked).

300
Support / Re: IMDB ID
« on: October 30, 2011, 09:04:32 am »
Quote
Is there any way to add in the database a custom item containing IMDB ID automatically?

No. But you can export the URL field and use a spreadsheet to extract the ID and check for duplicates. You could also import the ID back to a custom field, if there's any point in doing so. Some other sites use them a reference, so they might be useful for doing searches.

Pages: 1 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 118
anything