[RELEASE] Digitally Imported XBMC plugin 1.0 - electronic music

  Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
bitcrusher01 Offline
Member
Posts: 57
Joined: Jul 2011
Reputation: 2
Location: Denmark
Post: #21
lordfiSh: Good to hear Smile
AMIGAKI1980: Glad you like it Smile
find
Martijn Offline
Team-XBMC
Posts: 7,704
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #22
Maybe some XBMC repo material Wink
Just send a repo request if you think it's ready

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


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-03-28 11:11 by Martijn.)
find
bitcrusher01 Offline
Member
Posts: 57
Joined: Jul 2011
Reputation: 2
Location: Denmark
Post: #23
Martijn: My intention is definitely to add it to the official repo, I might get around to doing it this weekend - and thanks for thinking my plugin belongs in the repo Smile

On another note (I see that your from the XBMC team), I'd like to add AAC support to my plugin for version 1.1.0, but when I play an AAC stream (through my plugin) it opens in the decoder that plays MP3s (log says corrupt mp3), instead of the DVDplayer - can you enlighten as to how I can do one of these things?:
1. Set the mimetype properly, so the DVDplayer is invoked automagically?
2. Set the "default" player to be the DVDplayer in my code?
(This post was last modified: 2012-03-28 11:53 by bitcrusher01.)
find
Martijn Offline
Team-XBMC
Posts: 7,704
Joined: Jul 2011
Reputation: 114
Location: Dawn of time
Post: #24
perhaps this might help
http://paste.ubuntu.com/903950/ (see The Trailers download.py for the rest of the code)

Have not yet really worked out hat that does function. If it doesn't work post your question the dev forum and there's bound to be some one who knows Smile

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


For your mediacenter artwork go to
[Image: fanarttv.png]
(This post was last modified: 2012-03-28 16:19 by Martijn.)
find
icalli Offline
Junior Member
Posts: 1
Joined: Apr 2012
Reputation: 0
Post: #25
hey,

i've tried to use this plugin, but it doesnt really work on my htpc with xbmc eden 11.0

it always says that i have to check my internet connection?

all the other plugins (for example the scrapers) work well with my internet connection.
find
bitcrusher01 Offline
Member
Posts: 57
Joined: Jul 2011
Reputation: 2
Location: Denmark
Post: #26
icalli: Sorry, didn't see your message till now - for some reason I wasn't notified via email.
I don't know why your getting that error - the only fault I know of with the current version of the plugin is, that 128k streams does NOT work anymore as apparently it has been phased out by DI

I'm working on a new version, hoping to have it finished very soon - I "just" need to find out how to tell it (XBMC) to play AAC streams.

I've made the following improvements that will be available in the next version:
- Auto download of channelart (only first time) and it will "automagically" download channel icons for new channels when/if they appear (used to supply channel icons in the package)
- Rearranged the addons settings into tabs: General and Premium

To do before release:
- Support/switch to AAC streams instead of MP3
- Commit to Github so the plugin can be added to the offical XBMC repository - I think when this is done, the plugin should autoupdate for everyone using the current manually installed version
find
drose25 Offline
Junior Member
Posts: 34
Joined: May 2010
Reputation: 0
Post: #27
Would this work with Sky.fm as well? A Sky premium account gives you access to DI so I was wondering if the plugin might work.
find
a11599 Offline
Team-XBMC Member
Posts: 254
Joined: Sep 2010
Reputation: 2
Location: Budapest, Hungary
Post: #28
Have you changed the mime type for the AAC stream? All I had to do to play public AAC streams was to change the regexp to:
Code:
playlist_re        = re.compile('<a href="(http://listen.di.fm/public2/[\w\d-]+\.pls)">40k Dialup', re.I)

and to change the mime type to audio/aac:
Code:
li.setProperty("mimetype", 'audio/aac')

This works for me, but there are other changes needed to make AAC streaming nicely integrated into the plugin that perhaps you already made. Smile

My patches (source code) :: Windows installer builds
These builds are unofficial! If you find a bug, make sure it is also present in a recent official build and you can reproduce it before filing a ticket.
find
fastdump Offline
Junior Member
Posts: 43
Joined: Feb 2008
Reputation: 0
Thumbs Up  RE: [RELEASE] Digitally Imported XBMC plugin 1.0 - electronic music Post: #29
Great plugin bitcrusher01 - thanks! This one's a keeper... Smile

█▀ ▄▀▄ ▄▀▀ ▀█▀ █▀▄ █─█ █▄─▄█ █▀▄
█▀ █▀█ ─▀▄ ─█─ █─█ █─█ █─█─█ █─█
▀─ ▀─▀ ▀▀─ ─▀─ ▀▀─ ─▀─ ▀───▀ █▀─
XBMC Frodo ← Win 7 ← ZBOX HD-N22
find
prodigy Offline
Junior Member
Posts: 4
Joined: Apr 2012
Reputation: 0
Post: #30
Awesome job mate! Just upgraded to premium. Love it.
find