Search the Community
Showing results for tags 'Linux'.
-
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?