Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: configurable streaming engine #201

Open
royharoush opened this issue Jan 12, 2016 · 0 comments
Open

feature request: configurable streaming engine #201

royharoush opened this issue Jan 12, 2016 · 0 comments

Comments

@royharoush
Copy link

Hi,
Would it be possible to have an option within pulsar to redirect its magnet links to other magnet players ?
I strongly believe that xbmctorrent is faster and parses names better then pulsar(same developer so no harm, right ?:).
would be great if i could have like radio button or any other menu with other addons to play with.
here's a little JS snippet i dug up that has the function with URIs to redirect into the other magnet payers. .

getPluginPath: function(url, callback) { if (localStorage['magnetAddOn'] == 'pulsar') { callback('plugin://plugin.video.pulsar/play?uri=' + encodeURIComponent(url)); } else if (localStorage['magnetAddOn'] == 'kmediatorrent') { callback('plugin://plugin.video.kmediatorrent/play/' + encodeURIComponent(url)); } else if (localStorage['magnetAddOn'] == 'torrenter') { callback('plugin://plugin.video.torrenter/?action=playSTRM&url=' + encodeURIComponent(url)); } else { callback('plugin://plugin.video.xbmctorrent/play/' + encodeURIComponent(url)); } } };

Thanks !
Roy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant