Quantcast
Channel: Plex Channel Plugins — Plex Forums
Viewing all 5522 articles
Browse latest View live

[REL] Shoutcast2017

$
0
0

Hello,

Shoutcast2017 is a fork of mikedm139's Shoutcast.bundle.

I have added the stream-test-functions of TuneIn2017, so the most stations should works.
Unfortunately the new plugin requires one klick more to play a station. But the listing of the stations works fast as the original.

Options:

  • Search: "for Stations", "Now Playing"
  • Listing: "By Genre", "Top 500 Stations"
  • Settings for bitrate and sorting
  • Radionomy addon
  • Favourites-Option (only local)
  • Updater-Modul

Hints:

  • Tested: Web Player (linux), Web Player + Media Player (windows). An Updatemodul is integrated.
  • Issues with PHT (plays no station, search fails) are in process. Edit: fixed

Download:
https://github.com/rols1/Shoutcast2017/releases

INSTALLATION:

/R


Plugins: ARDMediathek2016, Plex-Plugin-KIKA_und_tivi, Plex-Plugin-3Sat_Mediathek, Plex-Plugin-Flickr, Plex-Plugin-TagesschauXL, Plex-Plugin-Phoenix_Mediathek, TuneIn2017

Web Player - favourites and Radionomy addon activated

Open PHT


[REL] 9anime

$
0
0

9anime.bundle



Updated: 05/07/2017 - Version: 1.0.1

This plugin creates a new Video Channel within Plex Media Server (PMS) to view Anime from 9anime.to. It is currently under development and as such, should be considered alpha software and potentially unstable.

NOTE: The author of this plugin has no affiliation with 9anime.to nor the owners of the content that they hosts.


Features

  • Watch Anime TV & Movies (quality ranges from 360p to 1080p)
  • Search Anime
  • Update from within the Channel

Channel Support

Plex Media Server:
  • Tested Working:
    • Ubuntu 14.04 LTS: PMS version 1.6.1
Plex Clients:
  • Tested Working:
    • Android (7.1.2) (Plex Client App, v5.8.0.475)
    • Plex Web (3.5.0)
    • Chromecast

How To Install

  1. This channel can be installed via WebTools.bundle or manually follow the directions below.
  2. Download the latest and install 9anime by following the Plex instructions or the instructions below.
  3. Unzip and rename the folder to 9anime.bundle
  4. Copy 9anime.bundle into the PMS Plug-ins directory
  5. Unix based platforms need to chown plex:plex -R 9anime.bundle after moving it into the Plug-ins directory (user:group may differ by platform)
  6. Restart PMS

To Do

  • Switch to TVShow and Season objects
  • Add bookmark support

Source code: https://github.com/Twoure/9anime.bundle
Development code: https://github.com/Twoure/9anime.bundle/tree/dev
ChangeLog: https://github.com/Twoure/9anime.bundle/blob/master/Changelog.md#changelog

Can plex stream a (local) live audio feed?

$
0
0

Can i stream a ‘line in’ feed?
It can be connected to the server where pms is installed. I just want to broadcast audio captured from my turntables/mixer to my plex clients.

EPG on Samsung TV is not properly displayed

$
0
0

Hi i'm using IPTV plex plugin, and i raised this issue on his github..he said problem is within plex player?! Can this be resolved?
I'm on Samsung 49KS7000 eu model
Here is the issue https://github.com/Cigaras/IPTV.bundle/issues/186
I'm using xml file that is formated like this

[REL] LiveTVH - Live TV streaming with Tvheadend

$
0
0

LiveTVH.bundle

About

LiveTVH provides live TV streaming for Plex via Tvheadend, including metadata from Tvheadend's EPG, theTVDB, and The Movie DB.

After running into a few issues with the existing Tvheadend channels (streaming to iOS, etc), developing a new plugin was a good excuse to play around with Python and the channel framework. I'm not a developer by trade so feedback is appreciated!

Release notes

  • 2017.05.22 - LiveTVH 1.2
    .

    • New: Paginated channel lists with configurable # of items per page - this helps with longer channel lists (a necessity for IPTV providers with thousands of channels).
    • New: Tvheadend recordings for playback - located at the end of the first page of the channel list (a display bug with several Plex clients prevents placing it at the beginning of the list).
    • New: Codec identification using Tvheadend channel tags (experimental). This can enable direct streaming for H264-AAC streams on some clients - see the notes on GitHub.
    • Updated: EPG parser to improve support for IPTV sources, including using images for a show if specified in the EPG (if other metadata providers are not available or are missing artwork).
    • Updated: EPG item limit to 20k items/20MB (again, for IPTV sources).
    • Updated: Plex clients will now display channel thumbnails as video clip objects (widescreen thumbnails) if metadata providers are disabled.
    • Updated: Code housekeeping (partially PEP8-conformant)
    • Bugfix: transcoding quality options not visible during playback
    • Bugfix: episode names from EPG were not set on Plex for Android
  • 2017.05.14 - LiveTVH 1.1
    .

    • EPG is no longer hard set - the number of EPG items requested is now based on the number of channels and hours of EPG data necessary (up to a maximum of 10,000 items or 10MB of data).
    • Bugfix: Thumbnails fallback to a channel logo when a show matches theTVDB but does not have a poster.
    • Bugfix: 12-hour time displays correctly on non-linux platforms.
    • Bugfix: Year displays for movies (when available from TMDb).
  • 2017.05.10 - Initial release 1.0

Features

  • EPG: displayed as a simple list within each channel description, with a configurable time period to display in 12/24 hour time.
  • Recordings: available for playback with rich metadata if available.
  • Rich metadata: provided via theTVDB and The Movie DB.
    .

    • If available through Tvheadend's EPG, searching theTVDB utilizes zap2it ID information for more exact matches and will fall back to searching by name if not available.
  • Fallback to using EPG images or Tvheadend channel icons if artwork is not available from the metadata providers.

  • Customized for different clients to display metadata more efficiently - Plex clients vary quite a bit in which fields they choose to display!
  • Direct streaming on Plex Web and iOS for channels using H264-AAC.
  • Caching where possible for EPG data, metadata and images to minimize channel list load times.
  • Tvheadend stream URL checking for availability prior to sending the stream to the client - this prevents long timeouts on the client if Tvheadend stream is inaccessible (no available tuner, no connection to the source, etc).

Screenshots

LiveTVH v1.2 Plex Web Posters

LiveTVH v1.2 Plex Web Recordings

Plex HT Screenshot

Plex Media Player Screenshot

Plex iOS Screenshot

Installation and Setup

LiveTVH is available on GitHub, along with setup notes and known issues:

https://github.com/taligentx/LiveTVH.bundle

Issues/Feedback

Have feedback or an issue? Post here or at https://github.com/taligentx/LiveTVH.bundle/issues !

For issues, the following logs are useful:

No such file or directory (ReadyNAS 2120 v2 ver. 6.9.3)

$
0
0

Hello there.
I need to copy one directory in the Plug-in folder.
When i try to enter in "Plex Media server" (/apps/plexmediaserver/MediaLibrary/Plex Media Server/), it respond with: "No such file or directory" error.
The folder exists, I see it through the command "ls" (SSH Connection)
Any Idea?
Thanks in advance

[REL] PlexPod Release

$
0
0

A Plex based podcast aggregation channel

V1 features now include:
Podcast Search (via itunes api)
Podcast Delete
Automatic rss library managment
A reverse sort toggle in standard options
Improved automatic artwork scraping

To install, either do it manually from GitHub, or use WebTools Unsupported AppStore

[REL] Audiobook Metadata Agent (Audible)

$
0
0

Audiobooks (Audible) metadata agent

2017.07.23.01 - Major Revisions
2017.09.26.01 - Minor Revisions - URL change at audible.com broken things.
2017.10.29.01 - Major Revisions - Major rewrite of the audible.com pages required updates to be made.
2017.11.08.02 - Minor Revisions - Added some data sanitization to fix some problems with the new audible site.
2017.12.21.01 - Majorish Revisions - Rewrite of the audible.com search/result pages required updates to be made.

Metadata agent for Audiobooks stored in a music library. Now available in the Unsupported App Store!

This agent scrapes from Audible.com. It uses the Album Artist as the books Author and uses the Album Title as the Book Title. All audio files will need to be tagged correctly in order for this thing to do it's job. You can manually search for each book if you don't have them tagged ahead of time.

Download: https://github.com/macr0dev/Audiobooks.bundle/archive/master.zip
Source: https://github.com/macr0dev/Audiobooks.bundle

Metadata supplied:

Full Title
Author (as Artist)
Book/Album Cover (as Poster)
Release Date (audiobook, not print or e-book)
Production Studio (as Record Label)
Publisher's Summary (as Review)
Series Title (if exists)
Narrator(s) (as Genre Tag)
Genres (as Genre Tag)

Library Creation Options:

Create a BASIC MUSIC LIBRARY (not a premium Plex muisc library)

DO NOT check 'Use Embedded Tags'

DO check 'Store Track Progress'

Agent - Select Audiobooks

Agent Congiration Options:

If you're in the US and want to scrape from Audible.com - you're all set!
If you're NOT in the US, or just want more flexibility with your searches you have options.

Manually Select Audible Site:
This option allows you to manually select which site you're going to scrape. If this is not checked, the language you selected for
the library, or the language selected for a manual match will be used to select which site to scrape from.

Select Audible site to use:
This option is ignored if the above box is not checked.

Tips for greatest success:

Set "Album" tag in audio file as the book title
Set "Artist" tag in audio file as the book author
None of the other tags really matter for searching and matching.
Manual 'match' will use the Author/Artist field if it's present, but you cannot enter it manually. Only the title.
Make sure all the tracks have the same artist and album.
Store each in a folder

Notes:

-Title data in parens () such as (Unabridged) is automatically removed before search. I've found this improves the results and matching.

-Currently, I don't have a great source for author data. What populates now (if any) is being done automatically from last.fm. You're welcome to go add some data there. This was kind of a happy accident.

-The first two genre tags show up in the top right when viewing the album/book. Genre tags are listed in the following order: Series [if exists], Narrator(s), Genre.

-You can filter by the various tags that are added to each book. Be it author, series, narrator, etc.


[REQ] Deezer

$
0
0
Please could I add a request for a plugin for the music streaming site http://deezer.com ?

Now last.fm is subscription only outside UK US and Germany, I'm looking for alternatives! :)

How do I make it work?

$
0
0

Every time I launch something to watch in channels I get a transcoding error. I'm using a WD MyCloud EX2 and HD Homerun to record OTA shows and all that works perfectly. FYI, this just started happening and I don't know why.

[REQ] tubitv

$
0
0

Hi,
I was wondering if anybody would be interested and willing to make a channel plug-in for this site http://www.tubitv.com/
 

Hey Tubi TV Fan:[/size]

You asked and we responded . . . the unveiling of our Tubi TV Web and iOS mobile beta apps is now here.[/size]

Now you can enjoy the largest streaming library of free Movies and TV Shows on your desktop, iPhone, iPad and iPod touch, as well as on your Tubi TV Connected TV app.   [/size]

 
it's similar to Crackle and has a lot of (all legal) content with a mix of movies and tv that range from big name hits like Spaced and Father Ted to relatively unknown things. It already has quite a lot of content and is supposedly going to keep growing until it has the largest amount of free, legal content tubitv wants to take on crackle with free movies and tv shows. It has been on Roku and a few other platforms for a while now but they have just launched the online site and I think it would be a good addition to Plex.
 
Thank you

[REQ] TFC - The Filipino Channel

$
0
0

Would anyone be so kind as to provide a channel for TFC? My wife would love to be able to browse her favorite TV shows and Filipino movies without having to browse to this website or pay for it through our TV provider. 

 

TFC has a paywall on it, which is absolutely fine. I am not looking to get this content for free (although, free is pretty awesome) just as long as I can configure the channel to provide my user/pass. 

 

They provide a free trial, which hopefully is enough to get this setup. If additional paid account(s) are necessary to facilitate developing this channel, I would gladly discuss the requirements with you.

 

Website: http://tfc.tv/

 

I mostly use Plex Web, or Plex for android. 

 

Thank you so very much in advance. Would help me cut the cord to my TV provider which charges me more for TFC than the website would charge, the website just isn't as convenient. Having it on Plex would change that.

Cheers,
TnT

[REL] ComicReader - Read comic archives with Plex. (CBZ, CBR, CB7)

$
0
0

Home Page - latest version - Donate btc: 1JJD5i4jL5qmbMKCy1sNVGgQzx1Jh37rFH

ComicReader is a Plex Channel that allows you to serve comic book archives that are stored on your server.

Currently it supports CBZ, CBR, and CB7 comic archives. CBZ is supported natively, while CBR and CB7 require unrar and 7zip. See the Readme on github for details.

The channel doesn't use a database or metadata, it just acts like a file browser that starts at the directory you specify in the channels preferences.

[REL] MUVIO - A music video extras agent

$
0
0

MUVIO

image

What is MUVIO?

MUVIO is an "Extras" agent for Plex Media Server that tries to find music video clips for your music library. The current version of this agent works with Last.fm and Plex Premium Music libraries.

How do I install MUVIO?

You can install MUVIO:

After installation:

  1. Activate the agent in Settings > Server > Agents.
  2. Use the Refresh All option on your music library to let MUVIO collect and add video clips.

Where do I download MUVIO?

If you want to install the agent manually or if you are interested in the source code, you can download the latest copy of the agent from Github: releases

Where do I report issues?

Create an issue on Github and add as much information as possible:
- Plex Media Server version
- Primary agent and order of any secondary agents
- Log files, com.plexapp.agents.muvio.log

image

[REL] Google Music Channel

$
0
0

I am releasing a Google Music channel that should work for all Plex clients. I forked the current channel created by the user Maik and added a bunch of new features. If anyone has any issues please post your log files and I will be happy to take a look. Also, if you have any request for new features please let me know. I will be sending out a request to get this added to the Unsupported Appstore as well.

 

If you are running into any issues please post your log files. I won't be able to help you without them.

 

Github:

https://github.com/jwdempsey/GoogleMusic.bundle

 


Updates

6/03/2014
NEW: Added I'm feeling lucky radio
FIXED: Songs should play correctly for users without All Access
FIXED: Genres and Search can only be accessed by All Access users

 

6/11/2014

FIXED: Fixed an issue where if you only had an iOS device registered then you couldn't stream

 

8/13/2014

IMPROVEMENT: Large libraries can now be loaded without timing out

 

11/11/2014

NEW: Public playlists are now returned in search results

NEW: You can now add songs to playlists/library from the search menu

IMPROVEMENT: I improved library how your library is cached. You should see new songs much sooner now.

 

12/06/2014

NEW: Added new menu to show songs by letter

 

04/01/2015

NEW: Added new menu option to manually refresh library data. Library data will also refresh every 2 hours automatically.


Primewire?

$
0
0

Has anyone picked up the work done previously on primewire? My bookmarks for tv updates with programs but, none of the "links" work.

[REL] Trakt.tv

$
0
0
Trakt.tv (for Plex) - github, wiki
v1.3.3 - 5/03/2018 5:56 p.m. NZDT

image image image image

image image

trakt (for Plex) is a plugin for Plex Media Server to synchronize watched history, ratings, playback progress and lists to your Trakt.tv profile.

Key Features
  • Automatically track every TV show and movie you watch
  • Upload watched history, ratings and playback progress to your Trakt.tv profile
  • Synchronize data between supported applications (Kodi, MediaPortal, Emby, Infuse)
  • Link all your Plex users to individual Trakt.tv profiles
See https://trakt.tv/vip for an overview of other features available on the Trakt.tv website.

Navigation
Install FAQ Settings Support KB Issues Credits

VNC Channel/Plugin

$
0
0

Hi,
I've done a lot of scouring and searching trying to come up with a way to get netflix or any other service like that into plex. I think I know a way to get it done but I can't find what I need.

Has anyone ever seen a VNC channel for Plex?

If I could find a VNC channel I could setup an old PC with a VNC server just to run netflix or whatever. Some relatively primitive controls could be setup fairly easily to control said pc and VNC would just stream the screen to plex. And that's it anything you can get on your PC on your plex server.
RDP could work too but is probably substantially harder to set up.

WebTools - v3.0.0: Login w Plex Pass credentials fails — why is that?

[REL] G2G.fm - Watch latest release HD movies and TV Series!

$
0
0
About

This is a plugin that creates a new channel in Plex Media Server to view content indexed by the website G2G.fm.

Note: The author of this plugin has no affiliation with G2G.fm or the owners of the content that it indexes.


System Requirements


  • Plex Media Server Version 0.9.9.10 or newer:

    • Tested Working:

      • Windows
      • Mac OSX
      • Linux
    • Not Working:

      • ARM based NAS (Transcoding may be required)
  • Plex Clients:

  • Tested Working:

    • Plex Media Centre / Home Theater
    • Plex/Web
    • Roku
    • LG Smart TV
    • iOS (Limited)
    • PlexConnect
    • Chromecast
    • Android
  • Not Tested:

  • Windows 8
  • PS3/360
  • Windows Phone
  • Samsung Google Smart TV

How To Install

Or

  • Download the latest version of the plugin.

  • Unzip and rename folder to "G2Gfm.bundle"

  • Copy G2Gfm.bundle into the PMS plugins directory under your user account:

    • Windows 7, Vista, or Server 2008: C:\Users[Your Username]\AppData\Local\Plex Media Server\Plug-ins
    • Windows XP, Server 2003, or Home Server: C:\Documents and Settings[Your Username]\Local Settings\Application Data\Plex Media Server\Plug-ins
    • Mac/Linux: ~/Library/Application Support/Plex Media Server/Plug-ins
  • Restart PMS


Known Issues

  • No item summaries.
  • No metadata info on final video page.
  • Source website has missing videos for some older content.

Changelog

  • 0.05 - 14/07/15 - Updated url to moviez.se
  • 0.04 - 19/11/14 - Removed search and bookmarks.
  • 0.03 - 14/06/14 - Added genre menu. Removed item summaries due to bugs.
  • 0.02 - 11/06/14 - Added trailers, seach and bookmarks. Removed URL service, now calls built-in Google Drive service.
  • 0.01 - 09/06/14 - Initial release.

Donate

Like my work? Buy me a coffee. =)

Viewing all 5522 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>