<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Raspberry Pi 2 - Plex Media Server</title><link>/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><description>With our ever increasing media libraries containing movies, TV shows, music and pictures we need something that can serve this content to any of our devices. If you fancy opera in the kitchen, jazz in the bathroom and the latest Hollywood ...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Sat, 25 Feb 2017 18:35:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>smudgy</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Trying to figure out how to enable PMS to see a DNLA NAS file server on the same network.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Installed pms on a minimal jessie linux which was maybe a mistake as the gui environment (thunar etc) probably have tools to access the nas. OpenELEC was easy to just add the WD MyCloud NAS but Plex Media Server is not so straightforward.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SOLVED (including automount which was tricky to solve)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Added entry to fstab&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;sudo nano /etc/fstab&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;e.g. For a file server with a reserved ipaddress of &lt;span&gt;192.168.0.200&lt;/span&gt; specified in router admin settings and after having created the /media/fileServer directory to mount the file server shared folder into&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//192.168.0.200/Public&amp;nbsp;&amp;nbsp; /media/fileServer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cifs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; username=theName, password=thePassword, x-systemd.automount&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 0&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Save and exit nano&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Parameter&amp;nbsp; x-systemd.automount&amp;nbsp;&amp;nbsp; was sufficient in the end.&amp;nbsp; The problem was to ensure system only tried to mount after network access secured...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Check it works&lt;/p&gt;&lt;p&gt;A)&amp;nbsp; sudo mount - a&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;B) Reboot to make sure it automounts with list command&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ls&amp;nbsp;&amp;nbsp; /media/fileServer&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And make sure Plex Apps connect to PlexMediaServer&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(Though I am not sure if I am not better off sticking with LocalCast for Android&amp;nbsp; and LIbreELEC for the Pi. So much easier to use for me although now I know what Plex is even if I am not so impressed!) &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Tue, 03 Jan 2017 07:53:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>olafejs</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;When install i have this error:&lt;/p&gt;&lt;p&gt;Reading package lists... Done&lt;br /&gt;Building dependency tree&lt;br /&gt;Reading state information... Done&lt;br /&gt;Calculating upgrade... Done&lt;br /&gt;0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.&lt;br /&gt;2 not fully installed or removed.&lt;br /&gt;After this operation, 0 B of additional disk space will be used.&lt;br /&gt;Do you want to continue? [Y/n] y&lt;br /&gt;Setting up plexmediaserver-installer (1.3.3.3148-b38628e-1~jessie) ...&lt;br /&gt;Plex Media Server is not running (no process found)...&lt;br /&gt;Downloading readynas package ...&lt;/p&gt;&lt;p&gt;curl: (35) error:0906D06C:PEM routines:PEM_read_bio:no start line&lt;br /&gt;sha256sum: readynas.deb: No such file or directory&lt;br /&gt;Checksum mismatch. Downloaded file does not match this package.&lt;br /&gt;dpkg: error processing package plexmediaserver-installer (--configure):&lt;br /&gt;subprocess installed post-installation script returned error exit status 1&lt;br /&gt;dpkg: dependency problems prevent configuration of plexmediaserver:&lt;br /&gt;plexmediaserver depends on plexmediaserver-installer; however:&lt;br /&gt;Package plexmediaserver-installer is not configured yet.&lt;/p&gt;&lt;p&gt;dpkg: error processing package plexmediaserver (--configure):&lt;br /&gt;dependency problems - leaving unconfigured&lt;br /&gt;Errors were encountered while processing:&lt;br /&gt;plexmediaserver-installer&lt;br /&gt;plexmediaserver&lt;/p&gt;&lt;p&gt;WTF ?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Sun, 17 Jul 2016 18:31:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;No this method does not work, I tried every thing I can think of .... It&amp;#39;s a shame the author cannot be bothered to help, I gave in after wasted days ( not hours ) &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Thu, 30 Jun 2016 00:14:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I&amp;#39;ve followed this tutorial, but the PMS service seems to stop just after it starts&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;root@raspberrypi:~# service plexmediaserver status&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt;●&lt;/strong&gt;&lt;/span&gt; plexmediaserver.service - LSB: Plex Media Server&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Loaded: loaded (/etc/init.d/plexmediaserver)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Active: &lt;span&gt;&lt;strong&gt;active (exited)&lt;/strong&gt;&lt;/span&gt; since Thu 2016-06-30 00:55:44 WEST; 18min ago&lt;/p&gt;&lt;p&gt;&amp;nbsp; Process: 338 ExecStart=/etc/init.d/plexmediaserver start (code=exited, status=0/SUCCESS)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jun 30 00:55:43 raspberrypi su[372]: Successful su for root by root&lt;/p&gt;&lt;p&gt;Jun 30 00:55:43 raspberrypi su[372]: + ??? root:root&lt;/p&gt;&lt;p&gt;Jun 30 00:55:43 raspberrypi su[372]: pam_unix(su:session): session opened f...0)&lt;/p&gt;&lt;p&gt;Jun 30 00:55:43 raspberrypi su[372]: pam_unix(su:session): session closed f...ot&lt;/p&gt;&lt;p&gt;Jun 30 00:55:44 raspberrypi plexmediaserver[338]: Starting Plex Media Server:...&lt;/p&gt;&lt;p&gt;Jun 30 00:55:44 raspberrypi systemd[1]: Started LSB: Plex Media Server.&lt;/p&gt;&lt;p&gt;Jun 30 00:57:24 raspberrypi systemd[1]: Started LSB: Plex Media Server.&lt;/p&gt;&lt;p&gt;Hint: Some lines were ellipsized, use -l to show in full.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have this issue? How can it be solved?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Sun, 26 Jun 2016 13:46:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hmmm followed exactly the installation instructions, including first expanding the file system, and turned off my firewall, I can see that the plex server has started see attached but when I point my chrome browser at&amp;nbsp; http://192.168.0.251:32400/web&amp;nbsp; as advised I get .....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;This site can’t be reached&lt;p&gt;&lt;strong&gt;192.168.0.251&lt;/strong&gt; refused to connect.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Search Google for &lt;a class="jive-link-external-small" href="https://www.google.co.uk/search?q=192%20168%20251%2032400%20web" rel="nofollow ugc noopener" target="_blank"&gt;192 168 251 32400 web&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Where do I go from here ?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x827/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-27bb3c36-f93d-46ae-9099-85f8e37e205b/3201.contentimage_5F00_181002.jpg:620:827]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Thu, 26 May 2016 18:57:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;and, since I got it working nicely, I had to go buy a bigger display!&amp;nbsp; It is capable of 1920x1080 resolution, so I&amp;#39;ve changed maxwid and maxhit (on my copy of this script) to 1040 and 1820 respectively.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Showing random images this way takes little computing power from the Pi (peaks at about 20%) and only when the image is first being displayed, then the processor demand drops to 0%.&amp;nbsp; I am using a 4Gb flash drive plugged directly into the Pi, and have 1000&amp;#39;s of images on it.&amp;nbsp; The Pi is powered by the monitor&amp;#39;s USB port, and I&amp;#39;m using wireless networking and a wireless keyboard/mouse pad combo.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The neat part, to me anyway, is that I&amp;#39;m still using the Rasbian system, and I have &amp;quot;full use&amp;quot; of the P!I&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;oh, and noticed I had not commented on in the original post, in function update...&lt;br /&gt;the script has this code&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function Update()&lt;br /&gt;{&lt;br /&gt;mag=1;&lt;/p&gt;&lt;p&gt;//centimg=picpath + g_ImageTable[g_iimg][0];&lt;/p&gt;&lt;p&gt;centimg=g_ImageTable[g_iimg][0];&lt;br /&gt;newWindow2(centimg);&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the comment I should have added --- &lt;br /&gt;the current script is set to run in the directory with the files...&lt;/p&gt;&lt;p&gt;//centimg=picpath + g_ImageTable[g_iimg][0];&lt;/p&gt;&lt;p&gt;centimg=g_ImageTable[g_iimg][0];&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If it is running from your desktop etc, you should change those two lines to this&lt;/p&gt;&lt;p&gt;centimg=picpath + g_ImageTable[g_iimg][0];&lt;/p&gt;&lt;p&gt;//centimg=g_ImageTable[g_iimg][0];&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Thu, 26 May 2016 15:29:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I wanted to use my new Pi2 as a &amp;quot;random picture display&amp;quot;, but I didn&amp;#39;t want to install the &amp;quot;media center&amp;quot;&lt;br /&gt;I was very frustrated with using python and the pygame &amp;quot;resources&amp;quot; (whatever they call it)&lt;br /&gt;Ultimately, I decided to try a different approach; html with javascript!&lt;/p&gt;&lt;p&gt;Here&amp;#39;s the html/javascript solution, which works perfectly!&lt;/p&gt;&lt;p&gt;copy everything below!&amp;nbsp; and have fun!!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// this is a &amp;quot;random picture display&amp;quot; javascript&lt;br /&gt;// you open it with your browser and the browser does all the work&lt;br /&gt;// well, aside from your having to put the image informtion in&lt;br /&gt;// I will the datadable on my windows machine, using a visual basic program that i wrote&lt;br /&gt;// hope this works for you as well as it does for me!&lt;/p&gt;&lt;p&gt;// I&amp;#39;m running it on a Raspberyy Pi 2, with the standard installation (not the media install)&lt;br /&gt;// the display is set to portrait orientation on the Pi in the config file&lt;br /&gt;// by using sudo nano boot/config.txt&lt;br /&gt;// adding the line &lt;br /&gt;// display_rotate=3&lt;br /&gt;// which results in a clock wise 270 degree screen rotation&lt;/p&gt;&lt;p&gt;// if you added instead&lt;br /&gt;// display_rotate=1 &lt;br /&gt;// it would result in a clock wise90 degree screen rotation &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;form id=&amp;quot;newwindow&amp;quot; name=&amp;quot;newwindow&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;title&amp;gt;Awesome Images&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot;&amp;nbsp; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;body bgcolor=&amp;quot;#000000&amp;quot; text=&amp;quot;#000000&amp;quot;&amp;gt; &lt;/p&gt;&lt;p&gt;&amp;lt;/body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;table width=&amp;quot;100%&amp;quot; height=&amp;quot;97%&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;lt;p align=&amp;quot;center&amp;quot; valign=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;img name=&amp;quot;SlideC&amp;quot;&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/table&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;script language=&amp;quot;JavaScript1.2&amp;quot; &amp;gt;&lt;/p&gt;&lt;p&gt;var newimg;&lt;br /&gt;var wid;&lt;br /&gt;var hit;&lt;br /&gt;var currentdate = 0;&lt;br /&gt;var theranlink = &amp;quot; &amp;quot;;&lt;br /&gt;var core = 0;&lt;br /&gt;var created = 0;&lt;br /&gt;var imgstrt = 0;&lt;br /&gt;var imgstp = 0;&lt;br /&gt;var imgcnt = 0;&lt;br /&gt;var imgary = 0;&lt;br /&gt;var chk = 0;&lt;br /&gt;var hrat = 0;&lt;br /&gt;var wrat = 0;&lt;br /&gt;var intvl=15000;&lt;/p&gt;&lt;p&gt;// maxwid is the width of your Pi&amp;#39;s display in pixels&lt;br /&gt;// maxhit is the heigth of your Pi&amp;#39;s display in pixels&lt;br /&gt;// this is set up for a monitor rotated to a Portrait orientation&lt;br /&gt;var maxwid=728;&lt;br /&gt;var maxhit=1266;&lt;br /&gt;// if you wanted a landscape orientation you would comment the two line above (use leading //)&lt;br /&gt;// and uncomment the two lines below&lt;br /&gt;//var maxwid=1266;&lt;br /&gt;//var maxhit=728;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// picpath points to the &amp;quot;root directory&amp;quot; of your images &lt;br /&gt;// this way you can copy this file to your desktop once filled with the picture array&lt;br /&gt;var picpath=&amp;quot;/media/pi/Transcend/pics/&amp;quot;;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;g_iimg = 0;&lt;br /&gt;g_imax = 0;&lt;br /&gt;g_ImageTable = new Array();&lt;/p&gt;&lt;p&gt;var time = new Date().getTime();&lt;/p&gt;&lt;p&gt;function ChangeImage(fFwd)&lt;br /&gt;{&lt;br /&gt;g_iimg=Math.floor((Math.random()*g_imax));&lt;br /&gt;Update();&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;function Update()&lt;br /&gt;{&lt;br /&gt;mag=1;&lt;/p&gt;&lt;p&gt;//centimg=picpath + g_ImageTable[g_iimg][0];&lt;/p&gt;&lt;p&gt;centimg=g_ImageTable[g_iimg][0];&lt;br /&gt;newWindow2(centimg);&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;function Next()&lt;br /&gt;{&lt;br /&gt;mag=1;&lt;br /&gt;ChangeImage(true);&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;function main()&lt;br /&gt;{&lt;br /&gt;if(new Date().getTime() - time &amp;gt;= intvl){ &lt;/p&gt;&lt;p&gt;ChangeImage();&lt;br /&gt;}else{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;}&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function newWindow2(newimg) &lt;br /&gt;{&lt;br /&gt;wid=g_ImageTable[g_iimg][1];&lt;br /&gt;hit=g_ImageTable[g_iimg][2];&lt;br /&gt;wwid=(wid);&lt;br /&gt;whit=(hit);&lt;br /&gt;wrat=wwid/maxwid;&lt;br /&gt;hrat=whit/maxhit;&lt;/p&gt;&lt;p&gt;chk=0;&lt;br /&gt;if (hrat&amp;gt;1){&lt;br /&gt;chk=1}&lt;br /&gt;if (wrat&amp;gt;1){&lt;br /&gt;chk=1}&lt;/p&gt;&lt;p&gt;irat=hrat/wrat;&lt;br /&gt;if (chk=1){&lt;br /&gt;if (hrat&amp;gt;wrat) {&lt;/p&gt;&lt;p&gt;SlideC.src=newimg;&lt;br /&gt;SlideC.width=wwid/hrat;&lt;br /&gt;slideC.height=whit/hrat;&lt;/p&gt;&lt;p&gt;} else {&lt;/p&gt;&lt;p&gt;SlideC.src=newimg;&lt;br /&gt;SlideC.width=wwid/wrat;&lt;br /&gt;slideC.height=whit/wrat;&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;}&lt;br /&gt;}&lt;/p&gt;&lt;p&gt;// ********************************************************** insert data table here ***********************************************************************************&lt;br /&gt;// the data table must follow this format, and the quotation marks must remain&lt;br /&gt;// g_ImageTable[g_imax++] = new Array (&amp;quot;imge name&amp;quot;,&amp;quot;image width in pixels&amp;quot;,&amp;quot;image heigth in pixels&amp;quot;);&lt;br /&gt;// an example of the array where it is used directly iin the directoy is below&lt;br /&gt;// g_ImageTable[g_imax++] = new Array (&amp;quot;flower.jpg&amp;quot;,&amp;quot;768&amp;quot;,&amp;quot;1024&amp;quot;);&lt;/p&gt;&lt;p&gt;// if you have multiple directories under the root that you want it to access then the array is this format&lt;br /&gt;// g_ImageTable[g_imax++] = new Array (&amp;quot;directory name/image name&amp;quot;,&amp;quot;image width in pixels&amp;quot;,&amp;quot;image heigth in pixels&amp;quot;);&lt;br /&gt;// an example of the array where it is used from a root directoy is below&lt;br /&gt;// g_ImageTable[g_imax++] = new Array (&amp;quot;garden_pictures/flower.jpg&amp;quot;,&amp;quot;768&amp;quot;,&amp;quot;1024&amp;quot;);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//******************************************** end of data table *************************************btw, it is unlimited in the number of images you can insert bove&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// dely makes a 0 to 20 second pause&lt;br /&gt;dely=Math.floor((Math.random()*20000));&lt;/p&gt;&lt;p&gt;// the variable dely above is added to a &amp;quot;standard delay&amp;quot; of 20 seconds&lt;br /&gt;// this yields a variable refresh time of 20 to 40 seconds&lt;br /&gt;intvl=20000+dely;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//do not add anything below this line&lt;br /&gt;setInterval(main, intvl);&lt;/p&gt;&lt;p&gt;Next();&lt;/p&gt;&lt;p&gt;mag=1;&lt;br /&gt;g_iimg=Math.floor((Math.random()*g_imax));&lt;/p&gt;&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Mon, 02 May 2016 23:33:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi guys...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I cant seem to find plex.js for being able to change it to becoming transcoding my subtitles, because when i try to run them, it&amp;#39;s given an error that the &amp;quot;server is not powerful enough&amp;quot;. I don&amp;#39;t get it. Why does not someone do a fix for the recent version of plex. That&amp;#39;s if someone could ever gott to work.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Sun, 10 Apr 2016 12:51:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi, I have configurate the rasbian and the Plex software button I can&amp;#39;t open the website after the installation.&lt;/p&gt;&lt;p&gt;I can ping the ip-adress&amp;nbsp; (192.168.178.15) but it die not&amp;nbsp; open the website 192.168.178.15:32400/web.&lt;/p&gt;&lt;p&gt;Wat do I wrong?&lt;/p&gt;&lt;p&gt;Sorry for my bad Englisch.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Mon, 04 Apr 2016 20:04:11 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi, i have this error when i do this : sudo apt-get install -t jessie plexmediaserver -y&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;strong&gt;pi@raspberrypi&lt;/strong&gt;&lt;/span&gt;&lt;span class="s2"&gt;:&lt;/span&gt;&lt;span class="s3"&gt;&lt;strong&gt;~ $&lt;/strong&gt;&lt;/span&gt;&lt;span class="s2"&gt; sudo apt-get install -t jessie plexmediaserver -y&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Reading package lists... Done&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Building dependency tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Reading state information... Done&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;The following NEW packages will be installed:&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;&amp;nbsp; plexmediaserver&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;0 upgraded, 1 newly installed, 0 to remove and 59 not upgraded.&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Need to get 0 B/87.5 MB of archives.&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;After this operation, 0 B of additional disk space will be used.&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;(Reading database ... 126390 files and directories currently installed.)&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Preparing to unpack .../plexmediaserver_0.9.16.3.1840-cece46d-1~jessie_armhf.deb ...&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Unpacking plexmediaserver (0.9.16.3.1840-cece46d-1~jessie) ...&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;dpkg: error processing archive /var/cache/apt/archives/plexmediaserver_0.9.16.3.1840-cece46d-1~jessie_armhf.deb (--unpack):&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt; cannot copy extracted data for &amp;#39;./usr/lib/plexmediaserver/Resources/Plex New Transcoder&amp;#39; to &amp;#39;/usr/lib/plexmediaserver/Resources/Plex New Transcoder.dpkg-new&amp;#39;: failed to write (No space left on device)&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Processing triggers for systemd (215-17+deb8u3) ...&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;Errors were encountered while processing:&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt; /var/cache/apt/archives/plexmediaserver_0.9.16.3.1840-cece46d-1~jessie_armhf.deb&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;E: Sub-process /usr/bin/dpkg returned an error code (1)&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Any idea how to resolve this ?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Mon, 04 Apr 2016 19:25:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>bugman72</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Can this sort of setup of Plex Media Server (PMS) work in the same fashion that a Windows-based PMS install works in a WAN environment?&amp;nbsp; I currently have PMS running on one of my PCs and have my mother&amp;#39;s Roku set up so that Plex connects to the library on my PMS.&amp;nbsp; I simply log into my Plex account on her Roku for her to have access.&amp;nbsp; Will this work the same with PMS running on a Pi?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Fri, 01 Apr 2016 20:30:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Former Member</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;After modifying &amp;quot;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;sudo nano /etc/fstab&amp;quot; and rebooting, I get an error saying&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;&amp;quot;Welcome to emergency mode! After logging in...&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;I then type in &amp;quot;cd /mnt/library&amp;quot;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;then I try &amp;quot;1s&amp;quot; and it says &amp;quot;bash: 1s: command not found&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:inherit;font-style:inherit;"&gt;Please help&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Fri, 04 Mar 2016 13:22:48 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>spannerspencer</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;My smart TV has Plex, but it makes my old NAS crawl to run the server. This&amp;#39;d be a good way to effectively update the NAS and start using Plex again! Nice work!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Raspberry Pi 2 - Plex Media Server</title><link>https://community.element14.com/products/raspberry-pi/b/blog/posts/raspberry-pi-2---plex-media-server</link><pubDate>Fri, 04 Mar 2016 13:17:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:27bb3c36-f93d-46ae-9099-85f8e37e205b</guid><dc:creator>Matt</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Awesome. I&amp;#39;ve heard really good things about Plex.. thanks for putting together all these instructions for how to get it working on a Pi &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-27bb3c36-f93d-46ae-9099-85f8e37e205b/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=1203&amp;AppID=86&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>