![]() |
|
[Request] TV Commercial plugin - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [Request] TV Commercial plugin (/showthread.php?tid=115510) Pages: 1 2 |
[Request] TV Commercial plugin - lordindy - 2011-11-26 04:32 Don't laugh.. I searched various sites (Youtube, etc), and I can't find a good one to scrape for the latest TV commercials. Now that I've ditched my cable provider, I'm out of touch with the latest commercials. Some can be funny. Really sucks when friends talk about "hey, you know that Nissan commercial blah blah blah"...and I'm clueless. I was thinking "wouldn't it be cool to have a plugin/script that streamed commercials when you paused video playback in XBMC". Don't laugh. Really.....don't.
- purewitz - 2011-11-26 07:21 I can't speak for everyone, but I wouldn't want something like this. I gave up on cable and broadcast because of the commercials. I hated my shows or movies being interrupted by commercials. I'd rather just go to a companies website to learn about what new products they have. As I said can't speak for everyone, but I've rather be clueless when it comes to TV and Radio commercials. I also gave up on Radio as well. I am in control of my media now. I watch what I want, when I want to. Same goes to listening to music. - lordindy - 2011-11-28 17:00 Yes, I understand. But as you said, "watch what I want, when I want". Same goes for commercials. The idea is to have the choice. I figure, if I'm pausing a movie or tv show, why not have the option of having some commercials play (or not) while I'm paused. Anyways, I can tell by the number of replies that if I want something like this, I'll have to try myself hehehe. Cheers, - slashr - 2011-11-28 17:35 I like the idea , specially since i like american commercials and they're all stripped here even on nba and nfl etc broadcasts
- lordindy - 2011-11-28 19:10 I think I have a way to do this. http://www.advertolog.com/ This will be my first time trying to make a python script. I'll scrape their "countries", "business sectors", "awards" and "years" sections (those could be options within the plugin). Then, I'll parse out the URLS for the vids, randomize it, and play them. Example: http://www.advertolog.com/countries/market-800%2Cmedia-adverts%2Cyear-2011/ (north america, 2011) This is the direct link to flash video for subscribers (once the link format is understood, a direct link to the video bypasses the "sign up" nonsense) http://files.coloribus.com/files/adsarchive/part_1445/14454355/file/bmw-concrete-walls-360p-32579.mp4 I'll try and make the plugin/script work one of two ways (options that can be enabled) 1. Play random streams when video is paused (and resume video when commercials are stopped) 2. Activate manually from script, like Executor. Maybe I can also get "info" for the commercials to pop in the OSD or something, as the site provides those details. Then again, maybe I'm starting something I won't finish
- Shoesy - 2011-11-28 19:50 What a crazy idea. I'm into it. - Daavid - 2011-11-28 20:47 Love this idea!! - slashr - 2011-11-28 20:57 Cool , looking forward to it lordindy ![]() Count me in for testing if needed when you start working on it Cheers - KidVulcan - 2011-11-29 10:16 Well I can appreciate your predicament, I think all of us "cord-cutters" have been in a similar situation and it can suck. Luckey there's plenty ells I can discuss with my friends and getting rid of 15min of ads per show was a HUGE reason why I started using xbmc in the first place - lordindy - 2011-11-29 15:58 But then, why make a plugin like PseudoTV, or Cinema Experience? Its about "wanting" it, not being "forced to swallow it". Anyways..I have a basic scraper working. Now to actually put some meat in it. Configuration Options Planned: 1. Default volume (make commercials quieter or LOUDER for that true TV AD effect... ...thanks snootched for the idea2. Select the country, industries, and years to choose from 3. Only award winners option 4. Launch commercials when paused, or launch via hotkey (optional) 5. If Advertolog doesn't work out...possibly scrape names from elsewhere and use youtube to play them. 6. Maybe find metadata for commercials (agency, song, campaign) 7. Of course..the browser/scraper is there if you just want to browse the top commercials or view other countries commercials |