[PR #162] [CLOSED] Clnp #8196

Closed
opened 2026-02-07 05:39:31 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/162
Author: @andrewrabert
Created: 12/15/2018
Status: Closed

Base: masterHead: clnp


📝 Commits (10+)

  • 2744b2e Remove Emby branding from DLNA server
  • 996e7be Move default folder for *nix platforms to $HOME/.jellyfin
  • e68bdaf Use XDG_DATA_HOME as base path for *nix sytems
  • c2d0832 Add maxcpucount to dotnet clean
  • 6a84c17 Merge pull request #132 from joshuaboniface/debian-packaging
  • 4c98ab5 Ignore debian build artifacts
  • 984e67d Whitespace fix
  • 58dc732 Merge pull request #136 from BnMcG/135-gitignore
  • 03d25ba Updated strings to "Jellyfin Server"
  • 1215a04 Remove some warnings

📊 Changes

135 files changed (+12848 additions, -12055 deletions)

View changed files

📝 .drone.yml (+2 -8)
📝 .gitignore (+12 -0)
CONTRIBUTING.md (+0 -40)
📝 Emby.Dlna/Api/DlnaServerService.cs (+3 -1)
📝 Emby.Dlna/Main/DlnaEntryPoint.cs (+3 -3)
📝 Emby.Dlna/PlayTo/SsdpHttpClient.cs (+1 -1)
📝 Emby.Dlna/Profiles/DefaultProfile.cs (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Default.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Denon AVR.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/LG Smart TV.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Marantz.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/MediaMonkey.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Panasonic Viera.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Popcorn Hour.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml (+2 -2)
📝 Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml (+2 -2)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/162 **Author:** [@andrewrabert](https://github.com/andrewrabert) **Created:** 12/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `clnp` --- ### 📝 Commits (10+) - [`2744b2e`](https://github.com/jellyfin/jellyfin/commit/2744b2ec7b2f3d4d99874225be2a656dd787ffe2) Remove Emby branding from DLNA server - [`996e7be`](https://github.com/jellyfin/jellyfin/commit/996e7be8328f2363c46f7fd08e4af1ff17865d58) Move default folder for *nix platforms to $HOME/.jellyfin - [`e68bdaf`](https://github.com/jellyfin/jellyfin/commit/e68bdaf0ef1e45d6486750828b0500c33b262d71) Use XDG_DATA_HOME as base path for *nix sytems - [`c2d0832`](https://github.com/jellyfin/jellyfin/commit/c2d08325aa0c86299cc354774d272a5669954255) Add maxcpucount to dotnet clean - [`6a84c17`](https://github.com/jellyfin/jellyfin/commit/6a84c1779cd6ef31c8077026493850fc821230f7) Merge pull request #132 from joshuaboniface/debian-packaging - [`4c98ab5`](https://github.com/jellyfin/jellyfin/commit/4c98ab52572c28ad9dc6a90646ad4a4f2cff7f86) Ignore debian build artifacts - [`984e67d`](https://github.com/jellyfin/jellyfin/commit/984e67d18d6deb1fb0d0c9a95f0955f50f0212a4) Whitespace fix - [`58dc732`](https://github.com/jellyfin/jellyfin/commit/58dc732d3999bc2e38a24a5e52f2077be931e4f8) Merge pull request #136 from BnMcG/135-gitignore - [`03d25ba`](https://github.com/jellyfin/jellyfin/commit/03d25ba5d955955558616e0e364bbed8f91a4439) Updated strings to "Jellyfin Server" - [`1215a04`](https://github.com/jellyfin/jellyfin/commit/1215a04905bd4848ea0e8be97590319aa23d9694) Remove some warnings ### 📊 Changes **135 files changed** (+12848 additions, -12055 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+2 -8) 📝 `.gitignore` (+12 -0) ➖ `CONTRIBUTING.md` (+0 -40) 📝 `Emby.Dlna/Api/DlnaServerService.cs` (+3 -1) 📝 `Emby.Dlna/Main/DlnaEntryPoint.cs` (+3 -3) 📝 `Emby.Dlna/PlayTo/SsdpHttpClient.cs` (+1 -1) 📝 `Emby.Dlna/Profiles/DefaultProfile.cs` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Default.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Denon AVR.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/DirecTV HD-DVR.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Dish Hopper-Joey.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/LG Smart TV.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Linksys DMA2100.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Marantz.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/MediaMonkey.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Panasonic Viera.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Popcorn Hour.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Samsung Smart TV.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sharp Smart TV.xml` (+2 -2) 📝 `Emby.Dlna/Profiles/Xml/Sony PlayStation 3.xml` (+2 -2) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:39:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8196