home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
SmartPlaylists (1.1.4.7)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dadeo" data-source="post: 496601" data-attributes="member: 27204"><p>Thank you very much for your openness and responsiveness. I hope I was clear that I am not criticizing or complaining. Both SmartPlaylists and GlobalSearh are fantastic plugins and I would just like to help make them look better.</p><p></p><p>To be honest, I really dont know why I am having trouble as usually all the things I want are automatically supported.</p><p></p><p>1. First of all, you need to get your window ids into the MP Strings files so it doesn't record translation errors and so #currentmodule can work. You should have all your unique labels in there as well, or use existing ones so they are translated and useful for non English speaking users. </p><p></p><p>2. For myself, I reallly need the following GUI Properties supported (they really should be in all plugins)</p><p>#selecteditem</p><p>#selecteditem2</p><p>#selectedthumb</p><p>EDIT: To clarify, selecteditem/2 are supported in Main screen, but selecteditem combines artist and song, and selecteditem2 combines duration and genre, so you cannot skin those elements separately. Selectedthumb does not seem to be supported probably because it cannot link to an artist or album name.</p><p></p><p>3. These GUI Properties would very helpful though not essential:</p><p>#view//Main or Details</p><p>#itemcount (ie. number of objects in the list)</p><p>#selectedindex </p><p></p><p>4, In your plugin I think you have most of these:</p><p>#title // song title,</p><p>#artist // song artist</p><p>#album // song album</p><p>#track // song track number</p><p>#year // song year </p><p>#genre //music genre</p><p>#rating // music rating</p><p>#thumb</p><p></p><p>BUT - I don't think you use the standard GUI Properties. It looks like you have defined your own. I am not a developer so please excuse me if am totally off base, but I assume if you use the standard GUI properties, then they inherit the standard controls.</p><p></p><p>5. The controls I need are:</p><p>Label (with align left/center/right, width, height, etc)</p><p>Fadelabel (same as above)</p><p>Textbox (with textalign left/center/right, height, width, etc)</p><p>Textboxscrollup (same as textbox)</p><p></p><p>As it is, I can only use a label or fadelabel control on any of the text and I cannot even reset the width or center labels. I have checked many other skins and they have not used any of these controls either, rather they barely change the default skin file (and that is unusual), so I am guessing they had the same problem. </p><p></p><p>EDIT: the worse part is that if I move certain controls within the Details xml, then songname or played count and some other data will not display.</p><p></p><p>6. I'm not sure what image is supposed to display on the Details screen because I get the missing coverart all the time in all skins. Is that just me? Is it because my thumbs are in userdata/thumbs folder not folder.jpg? What image is supposed to display there?</p><p></p><p>7. Regarding the Details screen - As I said in the other post it makes no sense to have two xmls (GlobalSearch.Music.Details and SmartPlaylist.Music.Details with the same window id as MP will only access one of them and right now I have no way to show users where they are. I cannot use a unique header title, header image or anything so I have to use a generic Music one, but then you can't tell if you are in GlobalSearch or SmartPlaylists, not a big deal, but it would be nice.</p><p></p><p>IMO it would be great if you could just show all the details on the main screen. Then have a playbutton on the menu that takes you straight to the NowPlaying screen. However, I don't know what difficulties this may cause you in the plugins processes.</p><p></p><p>Thanks again for listening, The above list looks a lot worse than it really is <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> but anything you can do will be a help!</p></blockquote><p></p>
[QUOTE="Dadeo, post: 496601, member: 27204"] Thank you very much for your openness and responsiveness. I hope I was clear that I am not criticizing or complaining. Both SmartPlaylists and GlobalSearh are fantastic plugins and I would just like to help make them look better. To be honest, I really dont know why I am having trouble as usually all the things I want are automatically supported. 1. First of all, you need to get your window ids into the MP Strings files so it doesn't record translation errors and so #currentmodule can work. You should have all your unique labels in there as well, or use existing ones so they are translated and useful for non English speaking users. 2. For myself, I reallly need the following GUI Properties supported (they really should be in all plugins) #selecteditem #selecteditem2 #selectedthumb EDIT: To clarify, selecteditem/2 are supported in Main screen, but selecteditem combines artist and song, and selecteditem2 combines duration and genre, so you cannot skin those elements separately. Selectedthumb does not seem to be supported probably because it cannot link to an artist or album name. 3. These GUI Properties would very helpful though not essential: #view//Main or Details #itemcount (ie. number of objects in the list) #selectedindex 4, In your plugin I think you have most of these: #title // song title, #artist // song artist #album // song album #track // song track number #year // song year #genre //music genre #rating // music rating #thumb BUT - I don't think you use the standard GUI Properties. It looks like you have defined your own. I am not a developer so please excuse me if am totally off base, but I assume if you use the standard GUI properties, then they inherit the standard controls. 5. The controls I need are: Label (with align left/center/right, width, height, etc) Fadelabel (same as above) Textbox (with textalign left/center/right, height, width, etc) Textboxscrollup (same as textbox) As it is, I can only use a label or fadelabel control on any of the text and I cannot even reset the width or center labels. I have checked many other skins and they have not used any of these controls either, rather they barely change the default skin file (and that is unusual), so I am guessing they had the same problem. EDIT: the worse part is that if I move certain controls within the Details xml, then songname or played count and some other data will not display. 6. I'm not sure what image is supposed to display on the Details screen because I get the missing coverart all the time in all skins. Is that just me? Is it because my thumbs are in userdata/thumbs folder not folder.jpg? What image is supposed to display there? 7. Regarding the Details screen - As I said in the other post it makes no sense to have two xmls (GlobalSearch.Music.Details and SmartPlaylist.Music.Details with the same window id as MP will only access one of them and right now I have no way to show users where they are. I cannot use a unique header title, header image or anything so I have to use a generic Music one, but then you can't tell if you are in GlobalSearch or SmartPlaylists, not a big deal, but it would be nice. IMO it would be great if you could just show all the details on the main screen. Then have a playbutton on the menu that takes you straight to the NowPlaying screen. However, I don't know what difficulties this may cause you in the plugins processes. Thanks again for listening, The above list looks a lot worse than it really is :) but anything you can do will be a help! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
SmartPlaylists (1.1.4.7)
Contact us
RSS
Top
Bottom