Binaergewitter / binaergewitter.github.com

(unmaintained) Octopress fork with podcasting support
18 stars 4 forks source link

add bitlove to each post #52

Open ltsavar opened 12 years ago

ltsavar commented 12 years ago

Would be nice not only to see mp3, ogg etc download but also the bitlove button see http://bitlove.org/help/podcaster/widget

rb2k commented 12 years ago

Make sure you put it after jQuery

Hm, that'll be interesting. (Octopress uses Ender JS)

It also seems to just modify 'podpress' classes:

var $ = jQuery;
$(document).ready(function() {
/* For Podpress */
$('.podPress_downloadlinks').each(function() {

Would be nice to mention that somewhere on the page

ltsavar commented 12 years ago

this is the wordpress part have a look at "Roll your own" at the same page

rb2k commented 12 years ago

It was too early!

rb2k commented 12 years ago

So sieht das im Endeffekt aus: Call: http://api.bitlove.org/by-enclosure.json?url=http://download.binaergewitter.de/2012-06-21.Binaergewitter.Talk.19.mp3

Result:

{"http://download.binaergewitter.de/2012-06-21.Binaergewitter.Talk.19.mp3":{"info_hash":"61f2d88fdd1458315790a781474ae3e4e1a3c80c","size":108668834,"seeders":2,"leechers":0,"upspeed":0,"downspeed":0,"downloaded":21,"sources":[{"torrent":"http://bitlove.org/binaergewitter/talk/2012-06-21.Binaergewitter.Talk.19.mp3.torrent","permalink":"http://bitlove.org/binaergewitter/talk#http://blog.binaergewitter.de/blog/2012/06/22/binaergewitter-talk-number-19-leute-anpoebeln-damit-sie-dir-was-in-den-hut-werfen","item.id":"http://blog.binaergewitter.de/blog/2012/06/22/binaergewitter-talk-number-19-leute-anpoebeln-damit-sie-dir-was-in-den-hut-werfen","item.title":"Binärgewitter Talk #19 - Leute anpöbeln, damit sie dir was in den Hut werfen","item.published":"2012-06-22T13:30:00Z","item.homepage":"http://blog.binaergewitter.de/blog/2012/06/22/binaergewitter-talk-number-19-leute-anpoebeln-damit-sie-dir-was-in-den-hut-werfen/","item.payment":"https://flattr.com/submit/auto?url=http%3A%2F%2Fblog.binaergewitter.de%2Fblog%2F2012%2F06%2F22%2Fbinaergewitter-talk-number-19-leute-anpoebeln-damit-sie-dir-was-in-den-hut-werfen%2F&user_id=binaergewitter&title=Bin%C3%A4rgewitter%20Talk%20%2319%20-%20Leute%20anp%C3%B6beln%2C%20damit%20sie%20dir%20was%20in%20den%20Hut%20werfen&category=audio&tags=podcast,tech,software","item.image":"http://blog.binaergewitter.de/images/binaergewitter_logo.png","feed.title":"Binärgewitter Talk MP3"}]}}
ltsavar commented 12 years ago

Bis auf die Umlautprobleme ok. Wenn das ein Problem ist müssen wir mal mit Astro reden.

ltsavar commented 12 years ago

Am besten dann direkt auf den einzelnen Torrent linken oder? also http://bitlove.org/binaergewitter/talk/2012-06-21.Binaergewitter.Talk.19.mp3.torrent mit dem Bild http://bitlove.org/static/bitlove-button.png

rb2k commented 12 years ago

I hate liquid. I got annoyed, here's what I did so far: https://gist.github.com/e7bc5bed0f092090a9d5

ltsavar commented 12 years ago

ich hab mich da leider auch noch nicht reingefummelt. Sieht für mich soweit ok aus. Vielleicht kann @pfleidi was dazu beitragen...

rb2k commented 12 years ago

Es ist performance mässig nicht richtig und irgendwo escaped ?liquid? irgendwas komisch. Das klappt also nicht :)