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
xpTunes for MediaPortal 1.2.0 and higher
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="Pog" data-source="post: 801755" data-attributes="member: 97724"><p>Really enjoying xpTunes, thanks again.</p><p></p><p>Now that I've used it for a bit a few suggestions...</p><p></p><p>Allow the user to click on the cover artwork within the gadget to open it (currently activated by the search icon).</p><p>Allow the mouse wheel to scroll the song/album list up/down.</p><p>Make the "Artist (Album)" selection the default or remember last selected.</p><p></p><p>The "Music Smartlist" would benefit from having user defined SQL queries. Perhaps a file could contain a list of this queries. Currently if I play 100 random songs I can go from banging techno to Christmas songs <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Here's some examples that I use...</p><p>[CODE] <smartPlaylist name="Mix (no techno/ambient/classical 2 to 6 mins)" query="WHERE strGenre NOT LIKE '%techno%' AND strGenre NOT LIKE '%trance%' AND strGenre NOT LIKE '%ambient%' AND strGenre NOT LIKE '%classical%' AND iDuration &gt; 120 AND iDuration &lt; 360 ORDER BY RANDOM() LIMIT 100"></smartPlaylist></p><p> <smartPlaylist name="Ambient Mix" query="WHERE strGenre LIKE '%ambient%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Rock Mix" query="WHERE strGenre = '| Rock |' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Electronic Mix" query="WHERE strGenre LIKE '%electronic%' strGenre NOT LIKE '%ambient%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Funk/Soul/R&amp;B Mix" query="WHERE strGenre LIKE '%| soul |%' OR strGenre LIKE '%| funk |%' OR strGenre LIKE '%| r&amp;b |%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Beatles Mix" query="WHERE strArtist LIKE '%beatles%' OR strTitle LIKE '%beatles%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Pop Mix" query="WHERE strGenre LIKE '| pop |' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Jazz Mix" query="WHERE strGenre LIKE '%jazz%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> </p><p> <smartPlaylist name="Soundtrack Mix" query="WHERE strGenre LIKE '%soundtrack%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist></p><p> <smartPlaylist name="Classical Mix" query="WHERE strGenre LIKE '%classical%' AND iDuration &gt; 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist>[/CODE]</p></blockquote><p></p>
[QUOTE="Pog, post: 801755, member: 97724"] Really enjoying xpTunes, thanks again. Now that I've used it for a bit a few suggestions... Allow the user to click on the cover artwork within the gadget to open it (currently activated by the search icon). Allow the mouse wheel to scroll the song/album list up/down. Make the "Artist (Album)" selection the default or remember last selected. The "Music Smartlist" would benefit from having user defined SQL queries. Perhaps a file could contain a list of this queries. Currently if I play 100 random songs I can go from banging techno to Christmas songs :) Here's some examples that I use... [CODE] <smartPlaylist name="Mix (no techno/ambient/classical 2 to 6 mins)" query="WHERE strGenre NOT LIKE '%techno%' AND strGenre NOT LIKE '%trance%' AND strGenre NOT LIKE '%ambient%' AND strGenre NOT LIKE '%classical%' AND iDuration > 120 AND iDuration < 360 ORDER BY RANDOM() LIMIT 100"></smartPlaylist> <smartPlaylist name="Ambient Mix" query="WHERE strGenre LIKE '%ambient%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Rock Mix" query="WHERE strGenre = '| Rock |' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Electronic Mix" query="WHERE strGenre LIKE '%electronic%' strGenre NOT LIKE '%ambient%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Funk/Soul/R&B Mix" query="WHERE strGenre LIKE '%| soul |%' OR strGenre LIKE '%| funk |%' OR strGenre LIKE '%| r&b |%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Beatles Mix" query="WHERE strArtist LIKE '%beatles%' OR strTitle LIKE '%beatles%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Pop Mix" query="WHERE strGenre LIKE '| pop |' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Jazz Mix" query="WHERE strGenre LIKE '%jazz%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Soundtrack Mix" query="WHERE strGenre LIKE '%soundtrack%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist> <smartPlaylist name="Classical Mix" query="WHERE strGenre LIKE '%classical%' AND iDuration > 120 ORDER BY RANDOM() LIMIT 50"></smartPlaylist>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
xpTunes for MediaPortal 1.2.0 and higher
Contact us
RSS
Top
Bottom