What new feature do you want most? (1 Viewer)

What new feature do you want most?

  • Filtering on the GUI (by genre, year, watched flag, etc.)

    Votes: 70 40.0%
  • Localization (i.e. multilingual support)

    Votes: 36 20.6%
  • Additional data providers (IMDB, impawards.com, scriptable)

    Votes: 66 37.7%
  • Logo support ala TV-Series (mediainfo.dll integration)

    Votes: 60 34.3%
  • Better movie backdrop (fanart) support (in GUI, menu to select and download ala TV-Series)

    Votes: 63 36.0%
  • Something else (post details below)

    Votes: 17 9.7%

  • Total voters
    175
  • Poll closed .
Status
Not open for further replies.

Darre

Portal Pro
April 21, 2007
925
80
Home Country
Norway Norway
I couldnt get the scrolloffset for listview to work correctly with this plugin.. But then again I havent tested in any other part of MP either. Going to investigate, as this is something that should be default both in the listview and filmstripview.

code for filmstrip scrolloffset: <scrollOffset>x</scrollOffset>

code for listview scrolloffset: <scrollOffset>x</scrollOffset>

Got it working :)
 

fforde

Community Plugin Dev
June 7, 2007
2,667
1,702
44
Texas
Home Country
United States of America United States of America
  • Thread starter
  • Moderator
  • #52
The changes integrated into the latest MP SVN I think were exclusively for filmstrip view. If scroll offset did not previously work for list view it probably still wont. You might want to PM mattsk88 though, he has incorporated some of this stuff into Titanium (or maybe his upcoming Meteorite?) skin, so he might know more.
 

Johan

Portal Pro
April 19, 2006
443
11
50
Home Country
Sweden Sweden
I couldnt get the scrolloffset for listview to work correctly with this plugin.. But then again I havent tested in any other part of MP either. Going to investigate, as this is something that should be default both in the listview and filmstripview.

code for filmstrip scrolloffset: <scrollOffset>x</scrollOffset>

code for listview scrolloffset: ?

I want this for the filmstripview in Aeon Wide. Where do I add this? Can you help me out?
 

Darre

Portal Pro
April 21, 2007
925
80
Home Country
Norway Norway
Blah.. it was working for listview, I was just putting the code in the wrong facade xml :oops:
I had one called movingpictures.facade.xml and one called movingpictures.common.facade.xml..

@ FForde:
I think in listview that
<scrollOffset>6</scrollOffset> should be default, because with 13 items in the list at any time, that makes the focus stay on the center item. I tested it and it works.

@ Johan:

In common.facade.video.xml
add "<scrollOffset>x</scrollOffset>" in under the control with the description "filmstrip view".

Like so:

Code:
        <control>
          <description>Filmstrip view</description>
          <type>filmstrip</type>
          <id>50</id>
          <posX>80</posX>
          <posY>288</posY>
          <width>671</width>
          <onup>2</onup>
          <spinPosY>623</spinPosY>
          <spinPosX>380</spinPosX>
          <spinWidth>24</spinWidth>
          <spinHeight>24</spinHeight>
          <spinColor>ffcccccc</spinColor>
          <itemWidth>152</itemWidth>
          <itemHeight>205</itemHeight>
          <textureWidth>152</textureWidth>
          <textureHeight>205</textureHeight>
          <thumbWidth>110</thumbWidth>
          <thumbHeight>164</thumbHeight>
          <thumbPosX>21</thumbPosX>
          <thumbPosY>20</thumbPosY>
[COLOR="Red"]          <scrollOffset>X</scrollOffset>[/COLOR]
          <imageFolderFocus>Framefocus.png</imageFolderFocus>
          <frame>video_filmstrip_frame.png</frame>
          <frameFocus>video_filmstrip_frame.png</frameFocus>
          <background>Coverbig.png</background>
          <showFrame>yes</showFrame>
          <showFolder>no</showFolder>
          <showBackGround>no</showBackGround>
          <showInfoImage>no</showInfoImage>
          <thumbAnimation effect="zoom" start="100,100" end="200,200" time="250">focus</thumbAnimation>
          <thumbAnimation effect="zoom" start="200,200" end="100,100" time="250">unfocus</thumbAnimation>
        </control>

Remember to change "X" to whater offset you want. And you need latest svn.
 

keith2045

Portal Pro
February 16, 2006
264
2
Missouri
Home Country
United States of America United States of America
I would like to see support for DVDs (.iso, .vob files, etc...) I'm pretty sure that this is planned, but it would be nice to have it so i can test the plugin.
 

Xirg

New Member
March 16, 2008
2
1
Home Country
Denmark Denmark
first of all

A big thank you for using your time on coding this plugin, this is the single most important thing my mediacenter is missing and here you are making my day.

I voted "something else" as the most important thing for me is a better integration of multipart movies and and more features implemented direct from the GUI (e.g. manual importing of movies, resume movie etc. etc.) but i know your working hard on this and i just wanted to give my 5 cent
 

ScoopD

Portal Member
April 24, 2007
37
4
Melbourne
Home Country
Resume please

Hi guys, just love the plug in. Being a long time MP TV Series user, I've been following the development of this one since before day one & I must say that the work that John has done is absolutely outstanding.

For me the one killer for current usage (0.5.5b) is the resume functionality not being implemented yet. Having a two year old in the house I tend to only get to watch movies in pieces. I have had to fall back on using mesfilms/My Films for the time being, but of course it is not pretty like this.

Please consider promoting resume above release 0.5.8? Pretty please? With sugar on top?
 

nwaps

Portal Member
September 18, 2008
17
1
i like this plugin. there are a few things i wish it could do but most have been stated allready so there no need to post again.

one thing i havent seen, and perhaps im the only odd one, is if there was a way to have a "whats new" option. With something like this my wife or kids could fire up Moving Pictures and then see what has been added in the last few days or whatever. then drop off the whats new menu after a set time.

i guess it could be done when the filtering system is implemented by making it myself and adding the new movies but would like something automated.

again thanks for the plugin, i thought the program was pretty good and with this plugin it makes it great!
 

fforde

Community Plugin Dev
June 7, 2007
2,667
1,702
44
Texas
Home Country
United States of America United States of America
  • Thread starter
  • Moderator
  • #59
You are right nwaps, that will require the filter system, that most likely will be one of the default filters. You wouldn't have to add movies manually though, the filter system is dynamic, kind of like smart playlists in some music playing apps. So you could just set the criteria that it list all movies added within the last week for example, and it would keep itself up to date.

Once the filter system is implemented that is.
 

darkie

Portal Member
March 13, 2008
13
0
Three little things I would like (and maybe it is already there but I haven't found them :)):

1. if you select a movie and you stop it, you always return back at the top of the movielist and not on that movie (allthough the background and the title still are for that movie).

2. In my menu I have "moving pictures", no drama there but it would be nice if i could rename it? (I dont use the basic home screen btw)

3. displaying the media type of a movie so it's easier to see if a movie is a dvd, divx, x264, ...

Allthough it's not perfect (yet), this one is definitely a keeper! Already replaced My Movies with this one :)
 
Status
Not open for further replies.

Users who are viewing this thread

Top Bottom