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

Pages: [1] 2 3
1
Scripts and Templates / Re: The Thin White Line (skin question)
« on: March 06, 2013, 12:52:36 pm »
Sorry for the delay, I'm very busy... all work and no play makes Jack a dull boy....

And of course: thanks for your reply!

But: I'm not sure what you mean since I have no main section. There are multiple sections, first one is the title box, second the two-column main info section (with nested sections), then custom section, screenshot section, etc...
As far as I remember a main section (like opening a section at the beginning of the skin and closing it at the bottom and everything nested inside) drove me crazy and lead to strange results. So I think I abandonded this idea to tame the xml-chaos I've created along the road.

Or maybe I did not get your idea...

Thanks in advance!

2
Scripts and Templates / The Thin White Line (skin question)
« on: February 18, 2013, 11:27:29 am »
Hi everybody.

I have been skinning again and I have created a mysterious white line around one section (an <imagelist>). I have no idea why it is there or where it came from. Notepad++ failed to indent it properly with pretty print, see code below. Does anyone have any idea how to make it disappear?

Code: [Select]
                <section>
<color>$333333></color>
<border shape="rect">
<color>$333333</color>
</border>
<row>
<column valign="center">
<imagelist height="200" cwidth="120" halign="center">
<border shape="none"/>
<color>$333333</color>
</imagelist>
</column>
</row>
</section>


Thanks in advance!

Ups, almost forgot: Win 7 x64, PVD 1.0.2.3 Beta (portable)

[attachment deleted by admin]

3
Support / Re: Any trick for entering repeating details?
« on: December 11, 2012, 07:42:47 pm »
Hi, for things like this I use a 'master entry' containing all the repeated details, duplicate it and enter individual data then. Works with every field available (obviously), but is slightly limited when using it for episodes, you have to enter series and episode manually and individually.

4
Thanks a lot, Ivek23!

Everything back to normal thanks to your work. With PVD 1.0.2.3 and your IMDb Movie script + IMDb batch the IMDb import became useful again.
 ;D

5
Support / Re: Box Sets, Movies Series, etc how to group?
« on: May 31, 2012, 07:31:12 pm »
Quote
Are you including the media quality info in the list title?
Yes, unfortunately. I don’t want to click on the different editions etc. of the same title. E.g.
  • [HD] Black Swan
  • Black Swan

Other prefixes are TV, DC, Ext Cut, Cut, etc. and I want to keep them, and there’s no easy way to move them to the “translated title” field…


6
Support / Re: Box Sets, Movies Series, etc how to group?
« on: May 29, 2012, 10:49:20 am »
Markk:
Quote
Important note: I've used the otherwise unused standard [Release] field as my [Movie Series] field (I've renamed it in the UI language file). That has the advantage of having some characteristics a custom field would not—like the context menu (shown) and being a standard search category.
However, there’s no need to rename it.

Rick: Intriguing idea, unfortunately I use release to add info like HD, SD, cut versions, etc… I’d still love to see one additional "wildcard field" for title formatting…  ::)

7
Scripts and Templates / Skin questions again
« on: February 19, 2012, 01:12:04 am »
Hi everybody.

Since I had the mad idea to create my own skin some general and some specific questions concerning skins popped up:

1. Is it possible to crash PVD with a buggy or erroneous skin, corrupt the installation or even chip the database? I think I managed several times to do so… I switched to my skin and had to refresh manually just to receive a crash report, but after hitting “continue app” I could use my skin. However, every time I opened “settings” PVD crashed again … until it stopped working at all (toolbar got emptied, movie list turned black) and I had to re-install. It always complained about
Code: [Select]
disassembling:
[...]
007a6a23       mov     eax, [ebp-8]
007a6a26       mov     ecx, [eax]
007a6a28       call    dword ptr [ecx+$3c]
007a6a2b       lea     edx, [ebp-$b4]
007a6a31       lea     eax, [ebp-$a4]
007a6a37     > call    -$31f018 ($487a24)     ; Variants.@VarToUStr
007a6a3c       mov     edx, [ebp-$a4]
007a6a42       mov     eax, [ebx+$2a4]
007a6a48       call    -$253e21 ($552c2c)     ; Controls.TControl.SetText
007a6a4d 110   lea     edx, [ebp-$c4]
007a6a53       mov     eax, [ebp-4]
[...]

Once it even ate all my posters and I had to fall back to a backup to get them out again.
Oh, it all happened on a Win7 machine, x32 and x64, almost forgot.

2. Are there known issues with custom fields spread all over the skin?

3. How can I prevent an unfilled field from collapsing? If the field “origtitle” is not populated (because it is the same as the title) it ‘collapses’ and the column from the right takes its place… Or how can I switch “origtitle” to ‘permanent display mode’?

4. Does it get harder to display the skin if there are lots of blank lines and comments in it?

Thanks!

8
Scripts and Templates / Re: no customsection in skins
« on: February 08, 2012, 10:30:52 am »
Hm, I suspected something like that. At least I can spend my time with something else then...

Thanks a lot!

9
Scripts and Templates / no customsection in skins
« on: February 08, 2012, 01:41:08 am »
Hi everybody

I'm about to finish my first skin from scratch (thanks to the skin engine manual and the default skin). The only damn thing that refuses to pop up is that *** customsection.

As far as I got it everything is kinda nested within sections, and customsection is a section , but if I nail it to the end of my skin it won't show up. Actually I just added a copy of the classic skin's customsection... the basic layout is like this:

Code: [Select]
section 1: title
section 2: main info, several columns
section 3: MSC, several columns
section 4: the missing customsection
 
<customsection>
<color>$3F3F3F</color>
<border shape="none" />
</customsection>

sectin 5: screenshots

Oh, and I've already used some of my customfields - is that the reason?

Any ideas... please.. ???

10
Support / Re: IMDb plugin maintenance issues
« on: August 02, 2011, 01:07:20 pm »
About genre: rick.ca is right, genres could / should be taken from the storyline section, at least I'd appreciate that.

Concerning desired features: Well... choosing localized versions instead of MPAA seems nice to me. MPAA is far more colourful, but for me the German FSK would befit my huge FSK stickers far better...

Far more interesting are: Filming location, soundtrack, recommendations ...

But all in all I'm quite satisfied with the present (intended) state of the plugin

11
Support / IMDB plugin - all genres?
« on: July 29, 2011, 12:47:27 pm »
Hi everybody. I'm looking for a way to download all genres from IMDB, not just the three the plugin currently loads. Is there a way?

Thanks in advance,

Melmoth

12
Support / Re: IMDB.com plugin chipped?
« on: May 11, 2011, 01:13:14 pm »
Hm, well, sometimes it works, sometimes after the 2nd or 3rd attempt, sometimes it helps deleting the title and retyping it (I've checked typos)... and I can reproduce the error (try adding "Gandhi")

But if there is a general problem, as ivek23 said, I'll have to wait anyway...

13
Support / IMDb Plugin problems
« on: May 08, 2011, 10:25:47 am »
Hi there, I'm awfully sorry to come up with a request again, but like a week or two ago my IMDB plugin ceased to find movies. It comes up with the most peculiar titles, none of them are even close to the desired one... I didn't change my or PVD's behaviour, so - to my mind - the IMDB website must have changed. Furthermore - and despite the fact that I told it to load full plot summaries - it just loads stubs with the "see full plot summary" suffix.

Did - by any chance - someone experience the same malady?

Thanks a lot in advance,

Melmoth

14
@ Rick: As always you're right. A prefix would be total nonsense...

And I came up with a new and very convenient solution: I use title formatting, somehow someone anticipated my needs and added the "release" field to the list... awesome...

15
Yes, Rick, I realise. But I want more fields  ;)

16
Feature Suggestions / Re: Backup + Timestamp + ZIP
« on: June 19, 2010, 08:56:41 am »
You are right again, Rick. My pvd db is on my regular backup routine list anyway, but if somebody's working or playing around with the programme (e.g. mass importing, dramatic changes, ...) one might want to keep some extra versions of the db. But - as I said before - another programme would do the job, too. And I'd rather keep the internal routine...

Oh, an thanks doc for adding my plea to your lists!

17
Feature Suggestions / Re: Popup Calender
« on: June 19, 2010, 08:49:41 am »
Basically you're right. But I keep track of the purchase and recorded dates with a custom field, so whenever I import a movie I have to enter the date in a custom field named "Added to DB". That was the only way for me to store dates that cannot be changed by pvd and can be prior to the actual imported to pvd date.

18
Feature Suggestions / Speeddial Icons for "My Favourite Group By..."
« on: June 18, 2010, 07:31:15 pm »
This is a more serious feature suggestion I'd really be happy with:

An icon or quicklist with the possibility to add your most used "group by" (or sort by, filter) items.

It could be just a set of round about four buttons that perform your favourite grouping or a quicklist with those guys in the toolbar.

Well, programming is rocket science to me and I have no idea if it is easy to implement...

Thanks for consideration.

19
Feature Suggestions / Popup Calender
« on: June 18, 2010, 07:20:06 pm »
Another nice to have feature would be a popup calender for date fields with a today option... This is an extremly low priority feature suggestion...

20
Feature Suggestions / Backup + Timestamp + ZIP
« on: June 18, 2010, 07:14:03 pm »
Hi,

would it be possible to implement the possibility to add a timestamp to filenames when backing up? And in addition have the backup stored in (7)ZIP formate?

This is a very low priority feature suggestion since another programme could easily do this job - but this whistle would make the lazy hearted feel quite tickled...

Thanks for considering!

Pages: [1] 2 3