Results 1 to 10 of 10
  1. #1
    Pinball Wizard
    Join Date
    Nov 2014
    Location
    yes
    Posts
    9,529
    Rep Power
    293

    Pulsar Video Add-On

    This is a new video add on and so far is working great and i received positive feedback on it. Here is how to get it
    Code:
    https://www.youtube.com/watch?v=2_NkJjyQkuU

  2. #2
    Super Moderator at Work Marley's Avatar
    Join Date
    Oct 2014
    Posts
    4,294,967,295
    Rep Power
    85899456
    Code:
    https://seo-michael.co.uk/how-to-install-pulsar-repo-setup-pulsar-for-xbmc/
    little read me

  3. #3
    unbanned christmas
    Join Date
    Nov 2014
    Posts
    1,344
    Rep Power
    42
    Looks good Laser, although I would not install it reason it asks you to allow programs on this system and other system to control your kodi, this just don't find me comfortable with it, I know it is required for the addon but I will stand by for now.
    Thank you for bringing new things to us.

  4. #4
    Pinball Wizard
    Join Date
    Nov 2014
    Location
    yes
    Posts
    9,529
    Rep Power
    293
    Thanks Date, a valid point.
    Quote Originally Posted by date View Post
    Looks good Laser, although I would not install it reason it asks you to allow programs on this system and other system to control your kodi, this just don't find me comfortable with it, I know it is required for the addon but I will stand by for now.
    Thank you for bringing new things to us.

  5. #5

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    10,938
    Rep Power
    393
    I installed it, and read up on it. It basically uses bittorrents for movies and TV shows, so that's why it requires other systems to control it (nature of the beast in bittorrents... you have to give a little to get some). I think the title of the video is overly enthusiastic, to be honest. If you want to run this, I'd run peerblock, to not get snapped up by the internet police.

  6. #6
    Pinball Wizard
    Join Date
    Nov 2014
    Location
    yes
    Posts
    9,529
    Rep Power
    293
    Yes the title was overly enthusiastic(soloman is a showman), LOL.. I actually had it for a week with no issues so far, I like a lot of things from it but I will wait another week before posting a review but so far it delivers. No worries about the internet police since it states below it does not go to any sites.
    Last edited by Kimbo; 04-23-2015 at 09:14 PM.

  7. #7
    Pinball Wizard
    Join Date
    Nov 2014
    Location
    yes
    Posts
    9,529
    Rep Power
    293
    Here is more info:

    What it is
    Pulsar is an torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted addons (called providers) that are installed separately. They are normal XBMC addons, and thus can be installed/updated/distributed just like any other addon.



    Supported platforms

    Windows
    Linux 32/64 bits (starting Ubuntu 12.04)
    Linux ARM (Raspberry Pi, Cubox i4pro etc...)
    OS X 64 bits

    How it works
    Pulsar is an torrent finding and streaming engine. It doesn't go on torrent websites for legal reasons. However, it calls specially crafted addons (called providers) that are installed separately. They are normal XBMC addons, and thus can be installed/updated/distributed just like any other addon.

    Pulsar is centred around media: it browses media from TheMovieDB and TVDB.
    And so, when you decide you want to watch a media (i.e. given an IMDB or TVDB Id), here's what Pulsar does:

    Enumerate the installed providers
    Call each provider to find the media you want to watch (in parallel)
    Each provider returns a list of BT links they found
    Collects and de-duplicates all the links
    Goes on the BitTorrent network to find out the number of seeds and peers in real time (i.e. not provided by the provider)
    Finds out of which quality are the different links (thanks to their name)
    Ranks the links by quality and availability (Pulsar privileges quality over availability, but it's not dumb. However, you can get a full list to choose from manually it you want)
    Sends the chosen link to the BitTorrent streaming engine (brand new, and completely rewritten)


    All of this is done in less than 1s. Pulsar is around 95% Go, and thus, it's fast. Very fast, actually.

    The BitTorrent streaming engine is brand new and very resilient (or at least it's designed to be). It's built on top of the brand new libtorrent 1.0 (which had special patches for the streaming case). So it's very optimised, especially for low CPU machines. I have yet to find a media that doesn't play with the engine.

    Providers
    As said before, Pulsar relies on providers to find streams. Providers are easy to write, and average ~20 lines of Python. As they are normal XBMC addons, which can have their own configuration (although it is not recommended because it complicates things).

    Sample Pulsar provider: (deleted)

    Providers are given a max amount of time to run before Pulsar considers them to be too slow. The timeouts are as follow:
    - 4 seconds on Intel CPUs
    - 20 seconds on multicore ARM CPUs
    - 30 seconds on single core ARM CPUs (RPi)

    Please note that for legal reasons, I won't develop nor distribute any providers connecting to illegal sources. So there is no need to ask me.
    While I can partake in general discussions regarding provider development, I won't do so for illegal sources specific problems.

    FAQ

    I can't code. How can I help?
    Spread the word. Talk about it with your friends, show them, make videos, tutorials. Talk about it on social networks, blogs etc...

    The plugin doesn't work, what can I do?

    Put your xbmc.log on pastebin.
    If you don't know how to do that, just follow the guide at: deleted

    Can I seek in a video
    ?
    Yes, but it can fail.

    What about seeding?

    When watching a torrent, you will be seeding while you watch the stream.

    Does it downloads the whole file? Do I need the space? Is it ever deleted?
    Yes, yes and yes.

    Can I keep the file after watching it?
    Yes, change it in the addon settings.

    Can I set it to download directly to my NAS?

    Yes, but you need to mount your NAS via the OS, not via XBMC.

    Provider X is blocked in my country/ISP, how can I set another domain?

    Sorry, I won't comment of specific providers.

    Will there be an Android version?

    Yes. I have a working version right now, but it's not stable enough for release. Don't blame me, the Android ecosystem is pretty bad for that sort of thing.


    Changelog
    v0.5.0:

    Trailer support
    Boost magnets with default trackers
    Multi-lang support for metadata
    Add icons in menus
    Added new default trackers
    Update to go 1.4.2
    Update to OpenSSL 1.0.2a
    Update to libtorrent 1.0.4


    v0.4.7:

    Fix stalled buffering
    Fix issue where Pulsar would enter a restart loop when cancelling a buffering
    Handle Unicode paths
    Switch to simplejson, as it is ~30% faster at loading JSON


    v0.4.6:

    Much better bandwidth allocation at the cost of slightly longer buffer times


    v0.4.5:

    Fix memory leak in bjsonrpc (would crash ARM devices)
    Fix leaking goroutine during buffering


    v0.4.4:

    Fix a closure leak when the JSONRPC asks wether to serve or not
    Set piece deadlines, and also when seeking
    Limit DHT memory
    Change settings regarding disk cache, atime, free hashes and ip overhead


    v0.4.3:

    Fix stalled buffering


    v0.4.2:

    Force downloading of pieces, even if dupes, should prevent the stalled buffering
    Only match on %02d for absolute numbers episode filters
    Display when we are unable to resolve a .torrent file
    Fix episode filtering for "1x02" episode numbering


    v0.4.1:

    Update to libtorrent 1.0.3 (should fix speed issues)
    New buffering method (slower, but more reliable)
    Filter irrevelant items for episode search
    Better support for anime detection
    Make normalization better
    Filter irrelevant links when searching for episodes


    v0.4.0:

    Subtitles support via OpenSubtitles
    Better BitTorrent performances (upgrade to libtorrent pre-1.0.3)
    Prevent empty movies from showing/crashing


    v0.3.2:

    Auto updates with auto repository
    Add Most Voted movies
    Add IMDB Top 250
    Add TV Shows Genres
    Migrate TV Shows from Trakt.tv to TMDB and TVDB
    Notify when no providers are installed
    Add clear cache command
    Faster displaying of results
    Massive performance improvements
    Check for sufficient space before starting the download
    Use GZIP for cache storage
    Enable TVDB caching
    Enable Absolute Numbering for TV Shows
    Use TMDB's Serie's name when searching for an episode
    Fix (get/set)_setting
    Fix raw search to a string, not an object
    Explicitely accept GZIP payloads when performing HTTP requests
    Change pulsard and jsonrpc host to 65251 and 65252
    Ensure we don't hang XBMC when closing
    Unlock files on BSD/Darwin systems (could prevent playback of OSX)
    Change provider timeout to 30s on single core linux arm (Raspberry Pi)
    Last edited by Kimbo; 04-23-2015 at 09:04 PM.

  8. #8
    Pinball Wizard
    Join Date
    Nov 2014
    Location
    yes
    Posts
    9,529
    Rep Power
    293
    More info

    Providers Hosted on Repos

    There are several duplicate providers on the repositories, these are providers with different authors. Each duplicate provider may have different quality, file size, and language options. To change these settings see 'configure provider settings' below. It is the user's preference which providers they choose to use.

    How many providers can I have enabled at one time?


    Depending on your internet service provider's speed you may enable up to approximately 6 providers at once. If you enable too many providers at once this will cause Pulsar to timeout and you will receive a notification that the 'script has failed'.

    How do I Enable/Disable Providers?
    Providers can be enabled or disabled the same as any other Kodi addon.
    Settings -> Add-ons -> Get Add-ons -> Pulsar Unofficial Repo -> the provider title -> Enable/Disable

    How do I configure provider settings?

    Settings -> Add-ons -> Enabled add-ons -> Programs -> the provider title -> Configure
    or
    Settings -> Add-ons -> Get Add-ons -> Pulsar Unofficial Repo -> the provider title -> Configure

    The repositories are blank or don't show the latest version of provider..
    .
    You must 'Force Refresh' the Repository in question.
    If you don't know how to do this, just follow the guide at:
    Code:
    http://kodi.wiki/view/Add-on_manager#Force_refresh
    How can I get my provider hosted on repos?
    Contact iCanuck via pm
    Last edited by Kimbo; 04-25-2015 at 01:22 PM.

  9. #9
    Member
    Join Date
    Apr 2015
    Posts
    43
    Rep Power
    0
    Since this uses public trackers to stream content I would highly recommend using a VPN with this if you're in a country where they pursue torrenters

  10. #10

    Fire From Within

    dara's Avatar
    Join Date
    Nov 2014
    Location
    yes i do
    Posts
    10,938
    Rep Power
    393
    Quote Originally Posted by xdetoursx View Post
    Since this uses public trackers to stream content I would highly recommend using a VPN with this if you're in a country where they pursue torrenters
    I use PeerBlock if I'm torrenting, but I'm not sure if it's totally effective either.

 

 

Similar Threads

  1. Pulsar add-on and Amazon Fire TV
    By aCiDjEsUs in forum Kodi Discussion
    Replies: 9
    Last Post: 01-26-2016, 07:16 PM
  2. VIXO 2 and pulsar
    By sof95141 in forum aVOV VIXO 2
    Replies: 8
    Last Post: 10-29-2015, 05:19 PM
  3. Pulsar for Android Beta 0.5.9
    By Smoker in forum Kodi Discussion
    Replies: 8
    Last Post: 06-14-2015, 10:46 PM
  4. pulsar set up?
    By khyiat88 in forum Kodi Discussion
    Replies: 1
    Last Post: 05-21-2015, 10:20 PM
  5. KODI plugin.video.pulsar
    By moskivb in forum Addons & Repositories
    Replies: 3
    Last Post: 05-10-2015, 03:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •