MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » Community Skins and Plugins » MediaPortal Plugins » Popular Plugins » Maintained Plugins » Moving Pictures


Reply
 
LinkBack Thread Tools Display Modes
Old 2010-01-10, 01:47   #1 (permalink)
Portal Member
 
Join Date: Jun 2007
Location: WELLINGTON
Posts: 28
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default Totorial on adding genres

Hi, Can anyone point to a tutorial on establishing new genres and then linking that genre to a caregory graphic? I thoguht I had it nailed but my 'martial Arts' genre fails to show.
Ramjet99 is offline   Reply With Quote
Old 2010-01-10, 01:58   #2 (permalink)
Portal Member
 
RoChess's Avatar
 
Join Date: Mar 2006
Posts: 551
Thanks: 16
Thanked 174 Times in 99 Posts


Default Re: Totorial on adding genres

Quote:
Originally Posted by Ramjet99 View Post
Hi, Can anyone point to a tutorial on establishing new genres and then linking that genre to a caregory graphic? I thoguht I had it nailed but my 'martial Arts' genre fails to show.
If you want to add it to the existing dynamic 'Genres' filter, then you have to manually edit the Movie Details on every movie and add |Martial Arts| to the 'genre' field on all the movies you want to add.

Since that is a lot of work, the other way would be to convert the dynamic 'Genres' filter to a static one, and then add your own sub genre to that branch that covers your martial arts movies. But then every movie you add that happens to have a new Genre, will not have a dynamic genre created auto, so you are stuck having to add new genre filters then.

The solution I use is to add a new main menu item "Custom Genres" (I put mine under "Custom Collections"), in which you put the filters you make yourself, in your case one for the 'martial arts'. Then the dynamic genre system will remain functional and you can add as many custom filters to that custom menu as you want. For example this is where I put my "James Bond" and other sets as well.

PS: As for your category image to show, just make sure the filename on the category image you add is in the same folder as all the others, and has the exact same name as what is shown inside Moving Pictures. So "Martial Arts.png" for "Martial Arts".
__________________

Your question might already have a solution: • MP-TVSeries FAQMoving Pictures FAQ
My own silly
HTPC Specs

MovingPictures Problems? • Create Debug Logs For Forum Proper Bug Reporting

Last edited by RoChess; 2010-01-10 at 02:01..
RoChess is offline   Reply With Quote
Old 2010-01-10, 05:09   #3 (permalink)
Portal Member
 
Join Date: Jun 2007
Location: WELLINGTON
Posts: 28
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default Re: Totorial on adding genres

Hmmm, same thing happened - created a Custom node and added some test filters underneath. Listed all the movies I'd expect to see so exited out adn ran up MP. No additional custom cat showing. Went back into conf and they're gone from there too.

Something odd going on.

Mving pictures conf takles a LONG time to open and also delays the opening of the applciation (loading Windows plugin) so possibly all are related.
Ramjet99 is offline   Reply With Quote
Old 2010-01-10, 20:05   #4 (permalink)
Portal Member
 
Join Date: Jun 2007
Location: WELLINGTON
Posts: 28
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default Re: Totorial on adding genres

Upgraded Moving Pictures to latest version (and ran conf as admin) but still getting same result. Additional categories and filters appear to work until conf is exited. Re-entering conf shows they're gone.

What's the relevant file that holds this info - it maybe a permissions issue - or is it contained within the database itself?
Ramjet99 is offline   Reply With Quote
Old 2010-02-02, 11:05   #5 (permalink)
Portal Member
 
Join Date: Dec 2009
Posts: 57
Thanks: 10
Thanked 8 Times in 4 Posts


Exclamation Re: Totorial on adding genres

Quote:
Originally Posted by Ramjet99 View Post
Hi, Can anyone point to a tutorial on establishing new genres and then linking that genre to a caregory graphic? I thoguht I had it nailed but my 'martial Arts' genre fails to show.
As you request :-D
STICKY - Tutorial - How to add new Genres including Categories images Moving Pictures
altytesty is offline   Reply With Quote
Old 2010-02-02, 11:46   #6 (permalink)
Development Group Member
 
Join Date: Oct 2008
Posts: 427
Thanks: 27
Thanked 75 Times in 37 Posts

Country:

My System

Default Re: Totorial on adding genres

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|%'
__________________
I love my girlfriend very very much!
Black & White 1080 - perfect skin for your full HD 1080 display!

Last edited by SilentExcept; 2010-02-02 at 13:23..
SilentExcept is offline   Reply With Quote
Old 2010-02-02, 19:18   #7 (permalink)
Portal Member
 
Join Date: Dec 2009
Posts: 57
Thanks: 10
Thanked 8 Times in 4 Posts


Default Re: Totorial on adding genres

Quote:
Originally Posted by SilentExcept View Post
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]
I'm not sure how all of the database parts work together, looked at it for a bit...

What SilentExcept shows for sql may work, but it's a "linear" edit that affects each entry
within the "movie_info", much like my tutorial,
I believe the ideal way would be to
1) Create a "New Genre"
2) Be able to add filters to the new Genre (that way the movie info is NOT altered)

eJ:
Create "Comedy/Romance" Genre
Create filter that points all genres CONTAINING romance
and all genres CONTAINING comedy to go in the Comedy/Romance category

...

If you look at the "node" table, you'll see that each Genre appears 2 times, once with a parent column value of 2, and another time with a parent value of 18


anyway, ill look for a place to suggest our desire so we can all put a star

Last edited by altytesty; 2010-02-02 at 20:33..
altytesty is offline   Reply With Quote
Old 2010-02-03, 08:10   #8 (permalink)
Portal Member
 
Join Date: Jun 2007
Location: WELLINGTON
Posts: 28
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default Re: Totorial on adding genres

Thanks for the advice but what I'm finding is that I can create nodes fine, but when I exit Config and go back in again, the node has disappeared and I'm back with the default nodes. Might try a reinstall.
Ramjet99 is offline   Reply With Quote
Old 2010-02-06, 22:20   #9 (permalink)
Portal Member
 
Join Date: Jun 2007
Location: WELLINGTON
Posts: 28
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Re: Totorial on adding genres

Yep, started with a reinstall and a new database and can now add custom categories no problem. If anyone else in the same boat, make sure to get the MP-artwork and Info copier first to dump data out to the folders and then do a custom reimport using XBMC scrapper.
Ramjet99 is offline   Reply With Quote
Old 2010-02-07, 04:11   #10 (permalink)
Portal Member
 
Join Date: Dec 2009
Posts: 57
Thanks: 10
Thanked 8 Times in 4 Posts


Default Re: Totorial on adding genres

fyi, your original question is still open, because it doesn't exist in the interface we gotta open an official FEATURE REQUEST thanks for the heads up and good to hear you're back up
altytesty is offline   Reply With Quote
Reply

Bookmarks

Tags
adding, genres, totorial

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Genres aes General Support 0 2009-10-28 02:41
Covers for Genres frozen_skunk Skins 1 2008-11-24 15:00
Genres G.B. Wolf My Emulators 0 2008-03-18 11:13
Multiple Genres? hobbes487 Listen Music 3 2007-03-14 03:36
iTunes and Genres ddahlstrom General Development (no feature request here!) 0 2005-10-25 21:06


All times are GMT +1. The time now is 17:13.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden