Option to add additional custom genres to the databases, scrapers, & library filters?

  Thread Rating:
  • 5 Votes - 3.8 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
luckyaua Offline
Junior Member
Posts: 33
Joined: Jan 2011
Reputation: 0
Post: #91
Is possible to add my own music category in Music section...
like Lossless, Mp3 etc...?

Thanks.
find
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #92
Probably not, assuming you're suggesting adding a "Node" to the music library listing.

You can, however, use a smartplaylist to generate a listing of all mp3's or whatever - not sure if they'll group into albums or not.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find
ZERO <ibis> Offline
Senior Member
Posts: 246
Joined: May 2010
Reputation: 1
Post: #93
Actually I think a possible easy way to do this that many people may like is a way to simply have additional data base sections for example lets say right now we have:
Movies
TV Shows
Music

However lets say that you want to have 2 sections of tv shows so that your system looks like this:
Movies
TV Shows
Anime (This is actually just another TV Shows database that is separate from the first one)
Music

The Anime section would just be another TV Shows database that is kept independent from the normal tv shows one. It is able to use the same scrappers and other system as if it was the TV Shows section. The only difference is that the user is forcing isolation of the data between these databases.

The advantages are that you could have multiple databases with content that is independent. So when I search action in my TV Shows section I do not also get Action Anime too and when I search Action in my Anime section I do not also get Action TV shows.

This should be VERY EASY to implement as all it would take is allowing the current database structure to be copied multiple times to allow for separate categorization.
find
Marcos Offline
Member
Posts: 80
Joined: Sep 2007
Reputation: 0
Location: UK
Post: #94
ZERO &lt;ibis&gt; Wrote:Actually I think a possible easy way to do this that many people may like is a way to simply have additional data base sections for example lets say right now we have:
Movies
TV Shows
Music

However lets say that you want to have 2 sections of tv shows so that your system looks like this:
Movies
TV Shows
Anime (This is actually just another TV Shows database that is separate from the first one)
Music

The Anime section would just be another TV Shows database that is kept independent from the normal tv shows one. It is able to use the same scrappers and other system as if it was the TV Shows section. The only difference is that the user is forcing isolation of the data between these databases.

The advantages are that you could have multiple databases with content that is independent. So when I search action in my TV Shows section I do not also get Action Anime too and when I search Action in my Anime section I do not also get Action TV shows.

This should be VERY EASY to implement as all it would take is allowing the current database structure to be copied multiple times to allow for separate categorization.

That does sound useful, so the user can separate anything Animated to regular TV Shows, and have a separate Documentaries database too
find
ZERO <ibis> Offline
Senior Member
Posts: 246
Joined: May 2010
Reputation: 1
Post: #95
Marcos Wrote:That does sound useful, so the user can separate anything Animated to regular TV Shows, and have a separate Documentaries database too

Most importantly it is very easy to program! Or at least appears to be, I am a programer but I am not familiar with the languages that xbmc works with.
find
killerpoptart Offline
Junior Member
Posts: 31
Joined: Feb 2011
Reputation: 0
Post: #96
This is just a general question but I wasn't sure where exactly to post it. I have an anime collection that i originally scraped with the animedb plugin. However i recently realized that most of those animes are on thetvdb.com. How can i rescrape using that database instead? It looks like more of the info is filled in there. Thanks!
find
ZERO <ibis> Offline
Senior Member
Posts: 246
Joined: May 2010
Reputation: 1
Post: #97
killerpoptart Wrote:This is just a general question but I wasn't sure where exactly to post it. I have an anime collection that i originally scraped with the animedb plugin. However i recently realized that most of those animes are on thetvdb.com. How can i rescrape using that database instead? It looks like more of the info is filled in there. Thanks!

It may have been best to post it in the thread for that scrapper. However let me also answer it.

First this is a very BAD idea. The way that the tvdb categorizes anime is not correct which causes a lot of problems for databasing. In addition the ani db scrapper also forces use of proper series names while thetvdb.org does not always use the correct title. I have over 350+ anime series on my database that were all scrapped by the anidb scrapper. It already pulls data from thetvdb.org when it can find it to fill in episode data and fan art. Lastly the dates in thetvdb.org can not be trusted as you do not know if your getting the US r original release date where as when using the anidb scrapper you will get the correct data.
find
killerpoptart Offline
Junior Member
Posts: 31
Joined: Feb 2011
Reputation: 0
Post: #98
ZERO &lt;ibis&gt; Wrote:It may have been best to post it in the thread for that scrapper. However let me also answer it.

First this is a very BAD idea. The way that the tvdb categorizes anime is not correct which causes a lot of problems for databasing. In addition the ani db scrapper also forces use of proper series names while thetvdb.org does not always use the correct title. I have over 350+ anime series on my database that were all scrapped by the anidb scrapper. It already pulls data from thetvdb.org when it can find it to fill in episode data and fan art. Lastly the dates in thetvdb.org can not be trusted as you do not know if your getting the US r original release date where as when using the anidb scrapper you will get the correct data.

Duly noted. Do you have your anime all thrown together with your regular tv shows? I was trying to separate them into another home menu selection through smart playlists.
find
ZERO <ibis> Offline
Senior Member
Posts: 246
Joined: May 2010
Reputation: 1
Post: #99
No I just do not database ANY of my regular tv shows. There is maybe a hand full of regular tv shows that I do watch. I am not going to toss that into the sea of anime, there is just no point. This is also why I really hope this is implemented in the next release, it will make things a million times easier.
find
killerpoptart Offline
Junior Member
Posts: 31
Joined: Feb 2011
Reputation: 0
Post: #100
ZERO &lt;ibis&gt; Wrote:No I just do not database ANY of my regular tv shows. There is maybe a hand full of regular tv shows that I do watch. I am not going to toss that into the sea of anime, there is just no point. This is also why I really hope this is implemented in the next release, it will make things a million times easier.

Oh ok I see. My collection is sort of the opposite. I have tons of TV shows but only about 6 or 7 anime series. Still, it's basically the same problem.
find
Thread Closed