Quantcast
Channel: Recent Discussions — Plex Forums
Viewing all 151235 articles
Browse latest View live

Audio stops playing after 10 or 15 minutes for local music files.

$
0
0

I use the Android Plex player version 4.32.3.676.
My server is fully updated and running in Ubuntu.

I use "sync" on my server to send all of my audio files to my phone. This allows me to play local files on my phone without using data.

About a week ago this problem started. The player will only play 2 or 3 songs and then it will stop in the middle of a song for no reason. I have to start a new song in order for Plex to begin working again.

This bug makes the audio player unusable. If I am on a bike ride I would need to stop and get my phone out of my backpack. If I am in my car I would need to pick up my phone while I am driving to start a new song.

Besides this bug there are a few other things that I wish would work.

When I am looking at the local songs on my phone there is no "random" button unless you are looking at a specific album. I can not create or use any playlists in local music files. The fact that these options are missing and now the player will stop randomly makes the Plex music player unusable.

It works much better when it is connected to the server. You can select "random" when you are looking a an artist and it will play all of the artists songs on random. This option is missing for local content in the android app.

I do not have this bug when it is streaming music from the server.


Subtitle Issue

$
0
0

Hi

Is anyone else getting a issue with subtitles disappearing after 30secs to a minute after start of playback of videos. I've updated to the latest xbox plex player and now subtitles seem to be now playing. (srt files in the same folder as the video files) if I stop and restume the comeback again for a shortwhile before disappearing again.

Plex on Xbox one stutters with green/pink lines.

$
0
0

Most of my files play fine, but for my direct blu ray mkv rips, there are constant green and pink bars that flash on the screen. Ok I shouldn't say constant, maybe every 30 seconds. But it makes the movie unwatchable. These files are being direct played.

Anyone else seeing this? I'm aware of the issue with stuttering on mkvs solved by jumping forward or back, but this seems a little different. Could all be related.

These MKVs are high bitrate (25-30 mbps).

Flex TV: Google Assistant/Alexa + Plex Integration (with support for Sonarr, Couch, Sick, etc.)

$
0
0

README

Introduction

What is Phlex? Phlex stands for Personal Home Language EXtension. I mean, I guess. I literally just made that up. Also, it sounds cool.

Aside from being a made-up name that sounds cool, The purpose of Phlex is to provide a natural language interface for Home Theater applications - effectively bridging the current gap between commercial AI Solutions like Google Home/Alexa and personal web applications like Plex, Couchpotato, and Sonarr.

Or, in short - you can watch and download movies and shows just by telling your phone to do so.

Phlex Demo #2

image

image

image

image

image

image

image

Installation

NOTE: YOUR config.ini.php file is IMPORTANT. DO NOT DELETE OR REMOVE THIS FILE ONCE YOU'VE GOT PHLEX RUNNING. IF UPDATING, KEEP A COPY OF THIS FILE AND REPLACE IT. REMOVING THIS FILE WILL ABSOLUTELY BREAK ACCOUNT LINKING FOR GOOGLE ASSISTANT.

There are many ways you can install Phlex, here are a few options.

Using Docker

There is a docker image available. Refer to the image documentation to get started.

Using XAMPP

Phlex requires a webserver and PHP 7.0+ with CURL and SSH enabled in order to work correctly.

For Cast Device Control, you will also need to enable the Sockets module.

For most use cases, XAMPP is going to be the easiest options.

XAMPP is a free, cross-platform web server package, and can be found here: https://www.apachefriends.org/index.html

When installing XAMPP, we only require the PHP and Apache features. You can uncheck the rest of the options in installation if you have no need for them:

MySQL, FileZilla FTP Server, Mercury Mail Server, Tomcat, Perl, phpMyAdmin, Webalizer, Fake Sendmail...ain't nobody got time fo dat.

Once installed, clone or download the Phlex directory to the root web directory of XAMPP, which should be the /htdocs folder. When done, the path should be something like C:\xampp\htdocs\phlex (windows) or usr/home/xampp/htdocs/phlex (linux).

That should be it. You can now restart the apache service for your webserver, and browse to your Phlex installation at 'http://yourserveraddress:80/Phlex'.

To log in, enter your Plex username and password.

If you are running Phlex on an existing webserver, Phlex PHP version 7.0 and up. Phlex will also require r/w access to the root of the /Phlex directory for configuration and logging purposes.
You will also need the CURL and openSSL extensions enabled, and sockets if you have any Cast devices. If you're not using Xampp, you may also need to enable the xml module.

Using a Raspberry Pi

(Thanks to giac0m0 for the writeup)

Check version of PHP

  1. On the Raspberry Pi, check version of PHP

    php -v
    
  2. If PHP is not v7.0, remove PHP and install 7.0

    sudo apt-get remove php*
    

Install PHP v7.0 and plugins needed

  1. Install Apache and PHP7.0 using instructions from site: https://www.stewright.me/2016/03/turn-raspberry-pi-3-php-7-powered-web-server/

  2. Install PHP XML (missing from previous guide)

    sudo apt-get install php-xml
    
  3. Change ownership of Phlex folder to www-data

    sudo chown -R www-data /var/www/html/Phlex/
    
  4. Add writeable folders to /etc/php/7.0/apache2/php.ini

    Add this line to the file, near the guidance notes for open_basedir :

    open_basedir = /var/www/html/Phlex/
    
  5. Edit php.ini for Dynamic Extensions. Add lines:

    extension=curl.so
    extension=openssl.so
    

Restart web server

    sudo service apache2 restart

Updating

Congratulations. If you installed Phlex via git or Docker, you're all set. Go into settings, click the "Auto update" toggle, and go to town!

If you installed from a .zip file, it is important to not delete config.ini.php, as this is where your server's API token is stored, which is used to associate your local Phlex client with your Google account.

Post-Installation (Network Stuff)

Port forwarding

First, you'll need to forward IP traffic to port 80 on the computer where Phlex is running. You do not have to forward port 80 to port 80, you can choose any open port you like.

If you wish to change the listening port for Phlex to something other than 80, you can do so in the Xampp control panel by clicking the "config" button next to Apache, and then opening httpd.conf.

In httpd.conf, you will see a line that reads "Listen 80". Change 80 to whichever port you want. Restart apache, and forward to that port. If you are on Windows, you will need to make a rule in Windows Firewall to allow that port's traffic as well.

MDNS/Multicast/Cast Discovery

Chromecasts are fun devices. They're fun for this project because they use Multicast DNS (Aka Bonjour, Aka Avahii, Aka Zeroconf) in order to talk to one another on a home network.

On a very basic home network with just one router and everything connected via wifi, MDNS usually just works. Usually.

However, there are thousands of different router manufactureres, and thousands of different network configurations that could play a part in how well your cast devices will talk with Phlex.

If you are experiencing issues with cast devices not showing up in Phlex, you should first verify that the php sockets module is installed and enabled. If you used XAMPP, it should be included, you just need to edit your php.ini file to enable it.

If you used an alternative webserver option, google it.

If sockets are enabled and you STILL can't see all of your cast devices, I would suggest looking in the web UI for your router and looking for any setting related to "multicast filtering", "bonjour","or MDNS discovery". Most of them should support it, it may just need to be enabled.

Setting it up with Google Assistant

Log into Phlex with your Plex.tv username and password.
Click on the gear icon to open settings.
In settings, under the general tab, make sure you fill in the "Public Address" box with the FULL address of your Phlex server. Typically, you will just need to append /Phlex to the directory path, and a port if you changed it to something other than 80.

For example

273.482.234.33:66678/Phlex

If you've set up a domain with reverse proxy, then just put the url you've setup

my.domain.com/Phlex

Or

phlex.my.domain.com

It is important to try the URL you are providing for "public address" before attempting to link your Google account. If the address is not accessible via a device that is not on your local network (your cell phone with the wifi turned off), then I can't talk to your Phlex client, and the server will refuse to link your account.

Once you've got the address entered, click the "register server" button. Your server address will be sent to the Phlex Mothership and verified, and if I determine your client is set up correctly for communication, will register you with the db and forward you to google to link your account.

Once this is done, you just need to ask your Google Assistant to "Talk to Flex TV". This is the invocation name you will use to talk to Phlex.

You should now be prompted to link your Google account(again).

Open the Google Home app on your phone, and look for the card prompting you to link your account. Go through that, and you should be all linked up!

Boom. You can now talk to Phlex by saying things like "Ask Flex TV to play batman begins" or "Ask Flex TV to play the lastest episode of THe Big Bang Theory". I'll be adding a wiki page for voice commands as time allows.

Multiple Google Home Users

If you have multiple people in your household, it's possible to allow them to link their account to your Phlex instance, without having them create their own Plex.tv account.
All you need to do is have them sign into the Phlex UI from a device linked to their Google account. Go into settings, click the "link server" button, and have them select their own Google account.

Now have them ask to talk to Flex TV through Assistant, and finish linking their account through the Ghome app.

This can be repeated for as many users as you have in your household.

Google Assistant Examples

When talking with Google Assistant, your speech is parsed using API.ai's natural language processing, meaning Phlex is always getting better! Below are just a few examples of the type of things you can ask Flex TV to do.

OK Google, Ask Flex TV to play Batman Begins.

OK Google, Tell Flex TV to play the latest episode of Game of Thrones.

Ok Google, Ask Flex TV to play Enter Sandman by Metallica.

Ok Google, Ask Flex TV to play Eminem.

Ok Google, Ask Flex TV to play The Slim Shady LP.

OK Google, Ask Flex TV to pause playback.

OK Google, Ask Flex TV to stop playback.

OK Google, Ask Flex TV to set the volume to 80%.

OK Google, Ask Flex TV turn the volume down.

OK Google, Ask Flex TV to turn on a Bill Murray movie.

OK Google, Ask Flex TV to fire up a Comedy.

OK Google, Ask Flex TV to play a movie.

OK Google, Ask Flex TV to play season 4 episode 3 of The Simpsons.

OK Google, Ask Flex TV to download the show Alf.

OK Google, Ask Flex TV to download Season 2 Episode 5 of the show The Americans.

OK Google, Ask Flex TV to fetch The Avengers Age of Ultron.

OK Google, Ask Flex TV what's playing.

OK Google, Ask Flex TV what the name of this movie is.

OK Google, Tell Flex TV I want to watch Frozen From 1 Hour and 45 Minutes.

OK Google, Ask Flex TV if I have any new movies.

OK Google, Ask Flex TV What's on deck.

Amazon Alexa

If you're reading this because you suddenly noticed that there is mention of Alexa floating around, you're in luck!

I'm currently looking for beta testers from both the US and UK to help work out bugs with Flex TV as I await certification from Amazon.

Trigger phrases

Below are all of the recognized trigger phrases for Google Assistant commands.

(Note, these values are always expanding, so you may want to try other "synonyms" for these phrases!)

"Play":

"I want to watch",
"I feel like watching",
"do I have",
"can you fire up",
"can you play",
"start",
"turn on",
"put on",
"throw on",
"find",
"can you find",
"cast"

"Resume":

"Play",
"Resume",
"Start",
"Continue"

"Pause":

"Pause"

"Stop":

"Stop Playback",
"Halt",
"End Playback",
"Cease",
"Desist"

"Skip Forward":

"Skip Forward",
"Skip Ahead",
"Jump Ahead",
"Next Chapter"

"Skip Backward":

"Skip Backward",
"Skip Back",
"Jump Back",
"Previous Chapter"

"Seek Forward":

"Seek Forward",
"Fast Forward",
"Step Forward",
"Seek Ahead"

"Seek Backward":

"Seek Backward",
"Rewind",
"Step Backward",
"Step Back"

"Jump To": // Not Implemented Yet

"Jump To",
"Seek To",
"Skip To",
"Fast Forward To",
"Rewind To",
"Go Back To"

"Stop":

"stop"

"Volume":

"set the volume",
"adjust the volume",
"turn the volume down",
"turn the volume up",
"turn it up",
"turn it down"

"Fetch":

"fetch",
"I want to download",
"can you download",
"download",
"grab",
"****",
"pirate",
"add",
"snag"

"Change Player"/"Change Server":

"switch player",
"choose player",
"change player",
"select player",
"pick player",
"swap player"

"Currently playing":

"What's playing?",
"What's on?",
"What is playing?",
"What is on?",
"What am I watching?",
"What movie is on?",
"What show is on?",
"Am I watching something?",
"Can you tell me what this movie is called?",
"Can you tell me what this show is called?",
"What is this called?",
"what the name of this"

"New Media":

"What new TYPE",
"have any new TYPE",
"What's new?",
"what is new",
"recent",
"recently added",
"just added"

"On Deck Items":

"ondeck",
"What's on deck",
"What is on deck",
"up next"

"DVR Control":

"dvr",
"Record Jeopardy",
"DVR Family Guy"

"What's airing":

"What's on TV tonight?",
"What's airing on Friday?",
"What's dvred this weekend?",
"What's recorded tomorrow?",
"What's scheduled on Sunday?"

(Note - What's airing commands work with Plex DVR, Sonarr, and Sickrage)

"Help":

Setting up IFTTT With Phlex (UPDATED)

  1. Head on over to https://ifttt.com/ and create an account.
  2. Go to the "applets" page.
  3. Click "New applet".
  4. Click the blue + button for IF THIS.
  5. Search for "Assistant".
  6. "Say a phrase with a Text Ingredient".
  7. What do you want to say:

    • Language parsing has been updated to use API.ai for all commands, so no need for separate URL's for separate commands.
    • Depends on the command you want to use. I use "Tell Plex to", "I want to watch", and I want to download" for playback, control, and fetch commands respectively.
    • You can mostly use whatever you want, but some triggers are reserved - these should work.
    • Put the $ sign where the thing you're sending to Phlex goes.
    • > "Tell plex to $"
  8. Save it.

  9. Click the "then that" button.

  10. Search for "Maker".

  11. Pick "Make a web request", the only option.

  12. Open the Phlex web UI, click the button under "Click to copy IFTTT URL:". The URL should be copied to your clipboard, and look something like this:

    http://{YOUR_SERVER_ADDRESS}/Phlex/api.php?say&apiToken=asdfaksdfjasae670a877d1a1e5931f5cbf326c&command={{TextField}}

  13. The "say" paramater tells Phlex to parse the command with API.ai, giving your greater flexibility over your commands. If you wish to use the "legacy" paramaters, you can replace 'say' with either 'play','control', or 'fetch' to create specific commands for those triggers.

  14. Click "Create Action", test it out.

  15. Repeat for a download and "control playback" command.

SUPPORT

For general help with installation, setup, or questions, head on over to the Plex forums and drop me a line.

https://forums.plex.tv/discussion/252910/phlex-google-home-plex-integration-with-support-for-sonarr-couchpotato-etc-now-live/

Reporting Issues

If you think you've found a bug or would like to make a feature request, feel free to use the issue tracker to let me know. When posting an issue, try to include the following information:

  1. On what OS are you running Phlex?
  2. Are you using a new instance of XAMPP, or an existing webserver?
    • If Using an existing Webserver, have you ensured the proper modules are enabled and installed, and that PHP can read and write to the /Phlex directory?
  3. If you're having issues communicating with a specific instance of Plex/Couchpotato/Sonarr/etc. - tell me the OS you're running that app on.
  4. Is Phlex using http or https?
  5. If you're having issues with a specific command, please note the timestamp in the web UI, and take a look at Phlex and Phlex_error.log files. Paste anything that looks related as well.

DONATIONS

Phlex/Flex TV is currently a one-person operation. There is no big team of people, there are no slick corporate sponsors. I cannot stand ad-sponsored projects or "freemium" apps, and will never try to use this garbage to gain revenue from users.

However, this is a massive undertaking, and has snowballed enormously from a simple IFTTT hook/script to the project you now see today.

SO, If you really really like this project and want to show a little love, you can send money via paypal to donate.to.digitalhigh@gmail.com.

This address is for donations only, if you need support, please look above for information on how to ask for it.

Web app broken for Microsoft Edge

$
0
0

Cant login to the 0.0.0.0:32400 site (no that's not the real IP). I try to login with e-mail and it kicks me out to try to login again and again.

This is the screen I cant get past.

I click sign in, it redirects me to where the index should be for my plex server. Then the server redirects me back to the sign in page again. It works on chrome, but just wanted to put it out there that edge broke. And was working before.

[P2f] Aide, Bêta-Test & Discutions Du Client Plex Sur Freebox Révolution

$
0
0

Bonjour a tous, voila j'utilise Plex tous les jours mais voila es-ce qui serai possible de créer une Application plex pour Freebox Player ? (https://dev.freebox.fr/bugs/task/21625)

Ou sinon améliorer l'UPNP de Plex avec la Freebox car il bug énormément quand je passe par la Freebox Player (Bug d'affichage des films voir impossible de charger la liste, impossible de passez une vidéo donc obliger de remettre au début si on stop la vidéo)

Et une autre question es t'il possible d'ajouter les chaîne de Freebox TV sur Plex (Je c'est que c'est possible via VLC de lire les chaines Freebox donc pour Plex sa devrait être techniquement possible non ?

Merci A Tous :)

comment lire disque dur freebox via P2f

$
0
0

bonjour, j'ai lu que l'on pouvait lire les films du disque dur de la freebox via P2f, en les mettant dans le répertoire P2f de la box, quelqu'un peut-il me le confirmer, et dans quel dossier, ou s'il faut en créer un ? merci

Local App Data Directory Changed

$
0
0

Hey - I recently updated the dir for my local app data. I saw some FAQs/articles noting that one has to manually copy/paste the old app data to the new location. But... these are a couple years old. Anyone know if this is still the case? I ask because my data doesn't seem to be refreshing.

https://support.plex.tv/hc/en-us/articles/201154537-Move-Media-Content-to-a-New-Location
https://support.plex.tv/hc/en-us/articles/202915258
https://forums.plex.tv/discussion/comment/851746/#Comment_851746

Thanks!


IOS 11 + FLAC

$
0
0

As IOS11 can now play FLAC natively how long before Plex supports this and stops transcoding?

Not wanting to use the Home feature anymore, I removed additional users and cleared the pin

$
0
0

But now I seem to have login issues when trying to claim my server. I restarted the server, cleared browser cache but I'm still getting this issue.

[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.

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.

Some questions about FLAC, Streaming, and iOS

$
0
0

I just recently purchased an Airport Express so that I could Airplay my FLAC library from iOS to my headphone Amp / DAC setup. This is all lovely but I had a few questions. On the Plex app I can't find a way to view file information for the music I play and I would love to confirm that it is indeed playing the FLAC file and not a transcoded version of the song.

Another thing I don't understand is why Plex doesn't have an icon to send music out to Airplay on the playback screen. I have to go into control center to send it off to the Airport Express which is a little cumbersome.

My last question is, does the Airplay max out at 16/44.1? I am using a TOSLINK cable to send the digital signal out to my DAC but just wanted to know if it was capable of sending any higher than that.

Thanks for any help!

Best,
Graham

Questions about FLAC, Streaming, and iOS interface

$
0
0

I just recently purchased an Airport Express so that I could Airplay my FLAC library from iOS to my headphone Amp / DAC setup. This is all lovely but I had a few questions. On the Plex app I can't find a way to view file information for the music I play and I would love to confirm that it is indeed playing the FLAC file and not a transcoded version of the song.

Another thing I don't understand is why Plex doesn't have an icon to send music out to Airplay on the playback screen. I have to go into control center to send it off to the Airport Express which is a little cumbersome.

My last question is, does the Airplay max out at 16/44.1? I am using a TOSLINK cable to send the digital signal out to my DAC but just wanted to know if it was capable of sending any higher than that.

Thanks for any help!

Best,
Graham

Plex Link Code Expires

$
0
0

Hello,
I am experiencing a weird issue where my Link code expires within seconds on my Samsung TV. Any ideas how to resolve this?

Your credentials have expired. Please sign in again.

$
0
0

This happens daily. I have tried authenticating with pin and manual, authenticates fine and works for a while but rarely last longer than a day.

I am running Plex Server Version 0.9.11.13 and the latest PLEXPASS versions before that. i reverted from PLEXPASS PHT to the Stable because I thought it helped but not sure if it really does.

My library names all change to "Search" when this happens as well. Servers and clients are all on one 192.168.1.0 network.

As you can imagine this is very frustrating for the family.

I have been hoping this was a bug and would work itself out with updates but I'm not seeing others complain.

What can I do "clear" or "reset" something. It happens on multiple clients and I have even tried 2 servers; 1 local an 1 virtual.

Any help would be appreciated.

 

 

 


Plex Media Server crashes when I try to play movies

$
0
0

Repost from the Plex subreddit (nobody has answered on Reddit).

I've been using Plex for years on my Mac Mini. It's not a new installation or anything like that. The media lives on a NAS, but all the metadata is in the default place. Last week Plex started crashing whenever I tried to play a video file. The app loads fine and I can tweak settings, &c. but can't play media. I've tried:

  • Quitting Plex and restarting
  • Rebooting the Mac Mini
  • Rebooting the Apple TV
  • Playing video via the Plex web app
  • Rebooting the NAS
  • Reinstalling Plex from a fresh download (just replacing the app, not a completely fresh installation)
  • Trying to play different video files

When I quit Plex or reinstall it, it seems to work at first - I can start to play a movie. But then if I pause it and play something else, it crashes. Then when I start it again and try to play something, it crashes.

Other information:

  • Have you checked the Plex knowledge base and searched on the sub and Google: yes.
  • Server version: 1.9.5.4339.
  • OS: Mac OS Yosemite 10.10.6 (Mac Mini 2011).
  • Clients, w/ versions, if applicable: Apple TV 4, Web.
  • What you did? I tried to play a movie.
  • What happened? Plex Media Server crashed.
  • What you expected? I expected the movie to play. It's been working for years and this problem just started last week.
  • What are your (relevant) settings? I have no idea what's relevant here, but I'm confident that I probably messed something up, and that somebody here can identify it.
  • Link to logs (optional but recommended): Following the directions here, I turned on logging, replicated the crash and went to look for my logs, but there was no Logs folder in ~/Library/Application Support/Plex Media Server. The only folders are: Plug-in Support, Plug-ins, Crash Reports, Codecs, Updates, Metadata, Media, Scanners, Thumbnails, Site Configurations. There's also a file, update-log.txt. Would downloading the logs from Plex > Settings > Help be useful?

Unable to delete File - Please check your permissions

$
0
0

Well... nothing wrong with the permissions, of course.
Nothing has changed except an update to PMS.
I stop PMS and restart it and I can delete from the client again until the next time...

Unable to delete file - Please check your permissions...

Here they are.
about 19:40

Can you sync to MicroSD card on Chromebook with Android app?

$
0
0

I'm looking to purchase a Chromebook and I was wondering if it's possible to have the Plex Android app sync to a SD card plugged into the Chromebook.

Most Chromebooks don't have a ton of storage space built in, so I'd rather use an large MicroSD card if possible.

[REL] - NextPVR Bundle - live TV from NextPVR

$
0
0

https://github.com/psyciknz/NextPVR.bundle/releases/tag/0.5

Version 0.5 - updated metadata agent for null summaries, added whats new to channel

Set Agent and channel to common version number (0.5)
-Agent now handles null summary entries @homeyghomey

-Channel sees the return of the What New entry - viewable when using the all view (preferences)
-Channel changed container to mpegts which seems to work for h.264 and mepg2, and allows recordings again. Thanks @piltous
-Channel added a version number to the title.

**Now in the Unsupported app store. **

Github Releases (by Release)

How to Disable transcoding

$
0
0

I have a PMS (synology version) running on my Zyxel NSA-325 v2. My Plex client is running on a Samsung Smart TV UE48H6270. I have not been able to play normal .avi files through the plex app. It looks like the server tries to transcode it and fails (the failure is expected since it is an low powered ARM device).
However, I know that my TV can play it natively, because I can play those files from a streaming server or USB drive. So I do not really want any transcoding to be done.
How can I suppress all transcoding nomatter what the file type? Is it possible to do in Plex? I just want to use plex for the UI and the metadata and ease of use.

Viewing all 151235 articles
Browse latest View live


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