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 - Ivek23

Pages: 1 ... 126 127 128 129 130 [131] 132 133
2601
Feature Suggestions / Re: File path more
« on: March 23, 2010, 06:41:18 am »
Like here:
http://www.videodb.info/forum_en/index.php?topic=1774.20

« Reply #30 on: March 12, 2010, 04:35:02 pm »
« Reply #31 on: March 13, 2010, 06:31:49 am »




2602
Support / Re: mymovies.it rating:custom items
« on: March 19, 2010, 08:19:25 pm »
Let the Internet address does not interfere because it is in the script
and must be otherwise you script will not work.

Cheers

2603
Scripts and Templates / Re: mymovies.it
« on: March 19, 2010, 08:08:50 pm »

2604
Support / Re: mymovies.it rating:custom items
« on: March 19, 2010, 08:07:07 pm »
For those who would like to have Mymovies rating in custom fields (custom section)
here is a solution

instead, the original

 //Rating

 curPos := Pos('http://www.mymovies.it/v7/img/mymonetro_incassi_sopra.png', HTML);
 curPos := PosFrom('margin:0px 11px 7px 11px">', HTML, curPos);
 if curPos > 0 then begin
  curPos := curPos + 26;
  EndPos := PosFrom('<', HTML, curPos);
  AddFieldValue(mfRating, FloatToStr(StrToFloat(Copy(HTML, curPos, EndPos - curPos)) * 2));  
  LogMessage('Rating:' + FloatToStr(StrToFloat(Copy(HTML, curPos, EndPos - curPos)) * 2));
 end else
  curPos := EndPos;
end;


paste this

 //Rating

 curPos := Pos('http://www.mymovies.it/v7/img/mymonetro_incassi_sopra.png', HTML);
 AddCustomFieldValueByName('MyMovies Rating', '0');
 curPos := PosFrom('margin:0px 11px 7px 11px">', HTML, curPos);
 if curPos > 0 then begin
  curPos := curPos + 26;
  EndPos := PosFrom('<', HTML, curPos);
 AddCustomFieldValueByName('MyMovies Rating', FloatToStr(StrToFloat(Copy(HTML, curPos, EndPos - curPos)) * 2));  
  LogMessage('Rating:' + FloatToStr(StrToFloat(Copy(HTML, curPos, EndPos - curPos)) * 2));
 end else
  curPos := EndPos;
end;

and this should work

at my work
as seen on picture



[attachment deleted by admin]

2605
Scripts and Templates / Re: mymovies.it
« on: March 19, 2010, 07:06:33 pm »
It is even possible to give and see the rating in the custom fields (custom section)

2606
Support / mymovies.it rating:custom items
« on: March 19, 2010, 01:05:14 pm »
I wonder if possible that is even mymovies.it rating to edit the script that will be visible in custom items and what to enter where.

Thanks

2607
Support / Re: Covers.mrcat.org not work
« on: March 18, 2010, 09:45:14 am »
I do have a proposal:

Remove the script from the folder Scripts  and put it in the Tools> Web search
Internet address to their homepage.

I think it would be my least is a better, at least I hope so.

I'll explain why:
For me (and my username and password) script looking front cover or disc cover
after several minutes but usually nothing.

Even through the Mozilla Firefox browser on their home page use more than a minute to me at all open.

It may just be with me so maybe also in other, equally.

Thanks

2608
Support / Re: Covers.mrcat.org not work
« on: March 18, 2010, 09:21:02 am »
Web site down again

2609
Feature Suggestions / Re: File path more
« on: March 18, 2010, 07:12:12 am »
Thanks

2610
Feature Suggestions / Re: File path more
« on: March 17, 2010, 04:50:42 pm »
I tried several ways but there was no effect.

Since it has been so much testing
so that even more do not know how and what I was doing
if you ask me.

2611
Feature Suggestions / Re: File path more
« on: March 16, 2010, 07:24:47 pm »
OK.sorry

Anyway thank you guys.

and sorry to correct for this post

because I misunderstood for this post

Ivek,

Instead of deleting posts, than posting again with some changes, i suggest you to use "Modify" option to change the text you wrote.
Cheers

Cheers

2612
Feature Suggestions / Re: File path more
« on: March 16, 2010, 11:56:07 am »
Anyway thank you guys.

2613
Feature Suggestions / Re: File path more
« on: March 15, 2010, 08:47:05 pm »
buah

I hope you can ask for a favor.

Write to the email  and more explanation on this and related topics.

I think we better understand the Serbian language.

Thanks

2614
Feature Suggestions / Re: File path more
« on: March 15, 2010, 05:12:45 pm »
Quote
This would be particularly efficient considering the files are apparently on different drives.

Yes to different drives.

2615
Feature Suggestions / Re: File path more
« on: March 15, 2010, 11:48:37 am »
Thanks

2616
Feature Suggestions / Re: File path more
« on: March 15, 2010, 08:04:25 am »
Quote
rick.ca
Sorry, I'm unable to answer your question without understanding the purpose of the second file.

Quote
OK, I'll explain

This I thought a single file with a length of 700MB

This file is in English Language on external disk L:.

Quote
the other instance with a length of 950Mb

This file is in German Language on external disk K:.

Quote
And at two different external disk, these two files

Therefore, this used to have one address file and two links to the data file path.
Of course if at all possible to do.

2617
Feature Suggestions / Re: File path more
« on: March 14, 2010, 06:57:10 pm »
Are the two files the same? What is the purpose of the second file? Whatever that is, it would probably be better served by using a custom field.


OK, I'll explain

This I thought a single file with a length of 700MB, the other instance with a length of 950Mb.

And at two different external disk, these two files,

And how or what this would render the custom field.

Thanks

2618
Feature Suggestions / File path more
« on: March 14, 2010, 12:35:19 pm »
Suggestion or proposal:

I wonder if that made additional file path to be file path 1 and file path 2

and that the file path 2 by working as a file path 1st

Example, I have a movie file on disk L: \ MOVIES \ Comedy \ Subtitles \ 0 \ 100 girls \ 100 Girls.avi. in already have information such as file path about the file

but still I would like of that information or this information of file

K: \ MOVIES \ 100 girls \ 100 Girls.avi.

was again somewhere elsewhere on the skin.

Thanks

[attachment deleted by admin]

2619
Scripts and Templates / Re: Zwhite another skin
« on: March 14, 2010, 12:02:53 pm »
Thanks

2620
Scripts and Templates / Re: Zwhite another skin
« on: March 13, 2010, 05:24:23 pm »
Very good work this skin but it feels at 800x600 screen resolution is blocked PVD and opens a window bug report or the other there also the restart application and close application.

I also noticed that the 1024x768 resolution screen is not blocked.

I am a man with poor eyesight so I use the 800x600 resolution screen to see better but I wonder if the skin is made to manipulate this resolution screen.

Thanks

Pages: 1 ... 126 127 128 129 130 [131] 132 133