There is already a way for seperate live-shows from movies libary?
#1
there already a way to seperate them tottaly?
for now I use this solution:
http://forum.kodi.tv/showthread.php?tid=...pid1854607
(slighlty different, I use "LIVE" tag for live-shows, and smartplaylist with the rule of "no-Live Tag" which make all the rest appear)

but Still, why Kodi doesnt support seperate libary for this?
why "Music Video" has own category? who is using this at all :\
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#2
(2015-01-23, 19:02)tomer953 Wrote: why "Music Video" has own category? who is using this at all :\

I use it nearly every day for the 100+ concert videos in my collection.
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#3
Yeah but all of them are of the Spice Girls and Justin Bieber. Kind of weird.
Reply
#4
But there differents scrapers for music videos and movies,
While music videos is using theaudiodb movies is using themoviesdb whice is way better for live shows.
Can you give me advice how you use music videos for more then 100 concerts?
I have much less and the audiodb cannot find them.

Or any way to add moviedb scraper to music videos?
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#5
(2015-01-23, 19:46)helta Wrote: Yeah but all of them are of the Spice Girls and Justin Bieber. Kind of weird.
I just love that Pickling Spice! I mean, uhm... Oh nevermind.

For scraper results, i always give the scraper a helping hand by creating a small nfo for the concert.

Code:
<musicvideo>
<id>URL of the tmdb entry</id>
</musicvideo>


I've never been able to get consistent results without the nfo. Only takes a minute to create.
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#6
great! Ill try! Many thanks
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#7
Ok I tried, not success for me, maybe I doing something wrong.
Added My folder "Live-Shows" and defined it as "Music Videos" using the scraper "TheAudioDB" (the only one actually)
now added a NFO with same file name next to my live-show video (MKV)
here is the show in tmdb: https://www.themoviedb.org/movie/19349?language=en
so in the NFO :
Code:
<musicvideo>
<id>https://www.themoviedb.org/movie/19349?language=en</id>
</musicvideo>

then I refresh the item in kodi, and no scraping... its seems to recognize the nfo - but everything is empty

wrong nfo structure?
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#8
Drop the "?language=en" and try again.
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#9
Code:
<musicvideo>
<id>https://www.themoviedb.org/movie/68333</id>
</musicvideo>

(another example)

file name:
Beyoncé Live at Glastonbury 2011.nfo
Beyoncé Live at Glastonbury 2011.mkv

still aint working (after refresh - it seems to scrap for a minute - but everything is blank)
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#10
OK.

So if you go to the URL, you get:

https://www.themoviedb.org/movie/68333-b...nbury-2011

Try that in the id tag.

I haven't added a concert for awhile, and I'm a regular exporter of the library, so all of my nfos have been overwritten with all the tmdb info.
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#11
:[
still nothing...
tried also a coldplay show
https://www.themoviedb.org/movie/140405-...-live-2012
(with that ID)

the nfo is only those 3 lines right? no others lines needed right?
I will take a look in the log in a sec.
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#12
You know what, I just realized that I'm not using that audiodb scraper. I've been using TheMusicVideoDB MQ. It only uses tmdb for scraping.

You can get that by installing MarcosQui's repo at:
http://www.marcosqui.com.br/downloads_english.html
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#13
Yay Its working!!! the nfo file too. Many thanks.

So it takes me back to the original post... Don't you think it is must add tmdb scraper for music videos? otherwise it doesnt work.. (tadb don't have concert at all)
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#14
I think that concerts are under-supported, yes. Unfortunately, it takes some coding skill to contribute to scraper development - and I have none. I'm just glad that that old scraper from MQ still works.
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
#15
and there is a logical reason for being under-supported? there is a option to choose from "Movie\Series\Music Video" so why Music Video isnt have the right scraper for it...
I think the Developers should take a look at this topic.
Phenomenal™ Skin • ForumWebsiteGitHub
Reply

Logout Mark Read Team Forum Stats Members Help
There is already a way for seperate live-shows from movies libary?0