Kodi Community Forum

Full Version: TV Themes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Image

"Yet Another TV Tunes Themer"

About:
Simple no-fuss script; Fully automated, TV audio themes are downloaded and played using Kodi's SFX pipeline (will not interrupt Kodi's Video player).

Tested under Windows, May require an additional download (FFmpeg). Use plugin settings to set FFmpeg path.
(2019-10-18, 22:01)Lunatixz Wrote: [ -> ]Kodi's SFX pipeline

What's this?
(2019-10-19, 00:45)Hitcher Wrote: [ -> ]
(2019-10-18, 22:01)Lunatixz Wrote: [ -> ]Kodi's SFX pipeline

What's this?    
Its an old function added in Helix? https://codedocs.xyz/xbmc/xbmc/group__py...e69784e2b9
SFX is independent from Kodis player.
I thought for a minute we could play a (muted) video and album at the same time but it's still neat.
SFX is great because it doesn't touch the player at all and doesn't care about window changes and other stuff. From a skinners point of view this makes everything easier. I use SFX for my holiday themes in Embuary since a year, but it only supports .wav. And .wav's can be huge. 

@Hitcher 
FYI https://github.com/sualfred/script.embua...-sfx-sound

@Lunatixz
Haven't look at the code yet, but are you encoding the themes to wav?
So the download function of TV audio is legal again?

I can’t keep up, man. Thanks though!
I tried installing this through the beta repo and it would not install. Ended up installing via zip.

Seems to be errors when using. Log is here, line 955... https://paste.kodi.tv/vahijolego.kodi

Seems to be pinging a page at plex that does not exist?

Where are the themes coming from? I thought we were anti-download of themes via Kodi?

The TVDB ID's as shown in the log do not match the two TV Shows in my test library.
From my understanding of "downloading" themes , the issue with tvtunes was a pay feature Rob started (paid upgrade). I'm not aware of any issues with sourcing online audio clips (not full themes)... In this case from Plex. If this is an issue please let me know.

Script needs some work, if u manual install it will require the pydub dependency... It's also currently restricted to the TVDB tv scraper.
(2019-10-19, 09:46)sualfred Wrote: [ -> ]@Lunatixz
Haven't look at the code yet, but are you encoding the themes to wav?

Yea, I'm using ffmpeg to convert mp3 to wav.
Any interest/feedback for this service?
(2019-11-12, 05:59)Lunatixz Wrote: [ -> ]Any interest/feedback for this service?

I'm totally interested, I'm currently using the TVTunes addon revival but every time a theme starts playing, involving Kodi's player, it dims my lights ^^
So something that does not use Kodi's player is the way to go for me.
It would be perfect if it included Movies themes also (my main concern).
Thx.

PS: I'm on Pi, running LibreElec.