Search the Community
Showing results for tags 'Linux'.
-
Hi all, I've been trying to figure out why HTTPS doesn't work on my ubuntu server for the last few days and no luck unfortunately. Does anyone know (devs would be super useful) if this is supported on Linux (Ubuntu) at all? On my windows PC it works fine however on my Ubuntu server (14.04 LTS) and VM (Ubuntu 14.04.2 LTS) the connection is dropped almost instantly (I don't even see the page). EDIT: I have firewall turned off Telnet doesn't even seem to work either, everything you see in the terminal. Please see the below screenshots. Thank you! Chrome Firefox Telnet Any help would be greatly appreciated! Otherwise I'm really enjoying MediaBrowser and will likely use it over Plex if this feature works for me! Cheers, Glaive
-
Hello everybody, I thought it would be nice to provide a ready 'import-n-play' image that would be added to the server downloads for those who loves Linux but still want to stay on their Windows Desktop, so I've installed Media Browser for Ubuntu on Oracle VM open source VirtualBox, most of customization are setup already but you are still able to amend yours to meet your personal needs, like subtitle desired language to download, enable/disable cinema mood and setup local/internet trailers: The setup is as follows: Ubuntu Login: Username: master Password: mediabrowser Network settings: IP address: 192.168.1.195 Subnet: 255.255.255.0 Gateway: 192.168.1.1 DNS: 8.8.8.8, 8.8.4.4 HDD capacity is: 1.00 TB dynamically allocated storage, so make sure to place the VDI file in a partition with enough space for automatic expansion. You can amend your settings by modifying the file: /etc/network/interfaces Folders Hierarchy: -------- home ----- master ----- mediabrowser_files (that contains all metadata, cache, transcoding, and custom intros files arranged in folders by a descriptive name) ---- cache ---- custom_intros ---- downloads_monitor ---- metadata ---- studio_images ---- transcoding_temp ----- mediabrowser_data (that contains the actual media files, movies, TV Shows, etc arranged in folders by a descriptive name) ---- home.videos ---- kids.movies ---- movies ---- music ---- music.videos ---- photos ---- tv.shows point your browser to: http://192.168.1.195:8096/mediabrowser and enjoy your streaming. Download Link: https://www.dropbox.com/s/fxvw8amhh89on58/Media%20Browser.zip?dl=0 regards, Basem
- 3 replies
-
- virtualbox
- downloads
-
(and 5 more)
Tagged with:
-
There is a lot of talk about a Linux Server using Mono and such. Also need a client. This client should work with SteamOS and available from the Steam Store for exposure. Probably not something that can be done immediately but hopefully in the future. I have no clue what developer resources such a product would require.
-
Hi, I am new to the Linux environment and still learning but I have to say I love it! One thing I am not sure about is I have setup a computer running Linux. Now i want software that will serve as backup for another windows machine. The thing is i have tried using CloudBacko Backup Software but i just get confused although from what i have read it would be the perfect backup solution. Does anybody know of software i can use and is there a how to guide lol. Please provide links if possible. Thanks
-
I have followed the suggestions given here, also started with adding one folder only but somehow it seems to be stuck at 56% in the logs I do see some errors but not sure if they relate to the error, put the log here http://paste.ubuntu.com/9147494/ anyone any clues? mb3 Version 3.0.5395.0 installed on ubuntu precise my first post pertaining this topic can be found here: http://mediabrowser.tv/community/index.php?/topic/13410-xbmc-mysql-library-and-mb3xbmb3c-library-sharing/
-
Distros such as Fedora, Ubuntu and OpenSUSE use .desktop and appdata files to describe applications. the .desktop file is basically a software shortcut, it contains information such as the code to start the application, the name, description and icon. At the moment the appdata information is used by software managers like gnome-software so that users can see the application like in an appstore with screenshots and everything. Here are placeholders that i created in the rpm packages and would like others to comment/suggest so that they reflect with better accuracy the Media Browser Server. .desktop http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html [Desktop Entry] Version=1.0 Name=Media Browser Server Comment=Server to manage and view your media Exec=xdg-open http://localhost:8096/mediabrowser/ Icon=MediaBrowserServer Type=Application Categories=Other; Fedora Screenshot AppData http://people.freedesktop.org/~hughsient/appdata/ <?xml version="1.0" encoding="UTF-8"?> <application> <id type="desktop">MediaBrowserServer.desktop</id> <metadata_license>CC0</metadata_license> <project_license>GPL-1.0+</project_license> <summary>Media Server </summary> <description> <p>Media Browser Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono.</p> <p>It features a REST-based api with built-in documention to facilitate client development. We also have client libraries for our api to enable rapid development.</p> <p>We have several client apps released and in production:</p> <ul>Android</ul> </description> <url type="homepage">https://mediabrowser.tv</url> <screenshots> <screenshot type="default">https://camo.githubusercontent.com/575008c4b91769d5054e0e951c7eb97f3b8e550c/68747470733a2f2f7261772e6769746875622e636f6d2f4d6564696142726f777365722f4d6564696142726f777365722e5265736f75726365732f6d61737465722f617070732f6d6274312e706e67</screenshot> </screenshots> <updatecontact>someone_at_mediabrowser.tv</updatecontact> </application> Information such as comment and descriptions can be set in different languages so that the os picks the right one based on its settings As you can see even the screenshot that i used at first is not one for the server application so if we can come up with better screenshots and description that would be great.
-
Hi Luke, Think this topic got lost in the move, but there was talk about some compiling for linux, using mono. Have you had any sucess?
- 249 replies
-
- Linux
- mediabrowser3 server
-
(and 1 more)
Tagged with:
-
Here's my setup: MBS is running as a service on my HTPC. I recently built a NAS and added it to my network. I want to store some TV shows on the NAS and have them play in MediaBrowser Theater. The NAS is running OpenMediaVault 1.0 kralizec. On one hard drive on the NAS, I created a folder called "TV." When I open up the MediaBrowser configuration tool, and start to create a new library, it finds my NAS on the network, but when I try to go to my TV directory, there fields do not populate. The only option is the "go up one level" dots (..). Is there something I need to do on my NAS to make MediaBrowser Server see the shared folder?