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
Popular Plugins
Moving Pictures
Totorial on adding genres
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="SilentException" data-source="post: 572164" data-attributes="member: 83924"><p>is it possible to have two genres under genres menu item? for example i want to create comedy/romance but UNDER default Genres menu item (not as new item, that i know it is possible and how to do it)..</p><p></p><p>for the time being i have found two ways to "fix" this:</p><p>1. use categories then filtering (categories for comedy genre, filter for romance genre)</p><p>2. better solution, custom genre.. i've written a program that will execute a simple sql statement on movingpictures database and insert custom combined genres. </p><p>[CODE]update movie_info set genres=genres||'Comedy/Romance|' where genres like '%|Romance|%' and genres like '%|Comedy|%' and genres not like '%|Comedy/Romance|%'</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="SilentException, post: 572164, member: 83924"] is it possible to have two genres under genres menu item? for example i want to create comedy/romance but UNDER default Genres menu item (not as new item, that i know it is possible and how to do it).. for the time being i have found two ways to "fix" this: 1. use categories then filtering (categories for comedy genre, filter for romance genre) 2. better solution, custom genre.. i've written a program that will execute a simple sql statement on movingpictures database and insert custom combined genres. [CODE]update movie_info set genres=genres||'Comedy/Romance|' where genres like '%|Romance|%' and genres like '%|Comedy|%' and genres not like '%|Comedy/Romance|%' [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Totorial on adding genres
Contact us
RSS
Top
Bottom