URL shows internet location, not local path

If you need help on how to use the program
Post Reply
Rogerthat
Posts: 4
Joined: 2013-01-16 08:56:59

URL shows internet location, not local path

Post by Rogerthat »

After using scripts to pull the movie information from web sites, the URL changed to the website. So now the local path is not displayed...

Is there a way to show both the local path and the URL?
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You could use a custom field to store one of these two info, but if the local path has been replaced by the web address, it is lost for all existing movies...
Rogerthat
Posts: 4
Joined: 2013-01-16 08:56:59

Post by Rogerthat »

That's using the default IMDB script.
Is there a better one?
Rogerthat
Posts: 4
Joined: 2013-01-16 08:56:59

Post by Rogerthat »

So what is the best way to fix this?

If I add the movies back in, then they become new entries and I have to look them all up again on a DB somewhere.
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

I think you have 3 possibilities:
1. Simply turn off import to field URL from script options, you find these on the right side of scripting window (modifiable fields)
2. Move stored local paths to another field, which could be done easily with a small script (but script needs to be run every time you added new movies)
3. Edit IMDB (or any other script) script to save URL to another field in your database, which could be done easily by editing line SetField(fieldURL, MovieURL) to something like SetField(yourcustomfieldtag, MovieURL), but that needs to be done every time IMDB script is updated then
Rogerthat
Posts: 4
Joined: 2013-01-16 08:56:59

Post by Rogerthat »

I think ant was not designed for local files, it's for DVDs / BDs.
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

New fields such as filepath, trailer, ... will be added in next major release 4.2 ;).
For now you can use custom fields for that.

Soulsnake.
antp
Site Admin
Posts: 9636
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Rogerthat wrote:I think ant was not designed for local files, it's for DVDs / BDs.
Actually it was designed for files, but not in the idea to manage the files themselve, rather just list which movies were available on CD (as when I started the program, people were burning divx on CD-R... that's long time ago).
titule
Posts: 3
Joined: 2013-01-19 20:36:50

Post by titule »

soulsnake wrote:Hi,

New fields such as filepath, trailer, ... will be added in next major release 4.2 ;).
For now you can use custom fields for that.

Soulsnake.
Good. I did that and had to struggle with the fact that I need n fields: one for each Disc/Files. That means: a dynamic range.
I added three fields so far but found out that I really need more. :/

Joe
Post Reply