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.
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.
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.
update movie_info set genres=genres||'Comedy/Romance|' where genres like '%|Romance|%' and genres like '%|Comedy|%' and genres not like '%|Comedy/Romance|%'
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]