[PR #1892] [CLOSED] Read Me Turkish #8941

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1892
Author: @batuhantastekin
Created: 10/13/2019
Status: Closed

Base: release-10.4.zHead: master


📝 Commits (10+)

  • c5995af Some style fixes
  • 1745f01 Log startup time
  • 0cd2bfc Ignore warning CA1308
  • 416155c Ignore warning SA1108
  • 3fc7173 Remove jellyfin-web submodule from bump_version
  • f20555b Use NVM to install nodejs v8 and yarn
  • aa9d7d7 Merge pull request #1862 from joshuaboniface/bump-version
  • 531642f Improve gitattributes for images
  • e553eba Use System.Text.Json api
  • ac93a5a Change slow query time logging to debug

📊 Changes

23 files changed (+313 additions, -2796 deletions)

View changed files

📝 .gitattributes (+2 -0)
Doxyfile (+0 -2565)
📝 Emby.Server.Implementations/ApplicationHost.cs (+2 -4)
📝 Emby.Server.Implementations/Data/SqliteDisplayPreferencesRepository.cs (+17 -19)
📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+17 -24)
📝 Emby.Server.Implementations/Data/SqliteUserRepository.cs (+9 -9)
📝 Emby.Server.Implementations/HttpServer/HttpListenerHost.cs (+45 -48)
📝 Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs (+21 -20)
📝 Emby.Server.Implementations/Localization/Core/es.json (+1 -1)
📝 Emby.Server.Implementations/Localization/Core/ko.json (+45 -45)
📝 Emby.Server.Implementations/Localization/Core/nb.json (+10 -10)
📝 Jellyfin.Server/Program.cs (+6 -0)
MediaBrowser.Common/Json/Converters/GuidConverter.cs (+20 -0)
MediaBrowser.Common/Json/JsonDefaults.cs (+30 -0)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -0)
📝 MediaBrowser.Controller/LiveTv/IListingsProvider.cs (+5 -0)
📝 MediaBrowser.Model/Configuration/ServerConfiguration.cs (+29 -2)
📝 MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs (+39 -16)
📝 README.md (+1 -1)
📝 bump_version (+0 -27)

...and 3 more files

📄 Description

Jellyfin

Ücretsiz Medya Sistemi Yazılımı


Logo banner

GPL 2.0 License Current Release Translation status Azure DevOps builds Docker Pull Count
Donate Submit and vote on feature requests Discuss on our Forum Chat on Matrix Join our Subreddit


Jellyfin, medyanızın yönetimini ve akışını kontrol etmenizi sağlayan bir Ücretsiz Yazılım Medya Sistemidir. Özel bir sunucudan son kullanıcı cihazlarına çoklu uygulamalar yoluyla medya sağlamak, tescilli Emby ve Plex'e bir alternatiftir. Jellyfin, Emby'nin 3.5.2 sürümünden çıkar ve tam platformlar arası desteği sağlamak için .NET Core çerçevesine taşınır. Eklenmiş ip yok, premium lisans veya özellik yok, gizli ajanda yok: sadece daha iyi bir şeyler inşa etmek ve birlikte çalışmak için birlikte çalışmak isteyen bir ekip. Görevimizde bize katılmak isteyenleri bekliyoruz!

Daha fazla ayrıntı için, lütfen belgeler bakın. En son güncellemeleri almak, Jellyfin ile ilgili yardım almak ve topluluğa katılmak için lütfen Matrix / Riot veya sosyal medyadaki iletişim kanallarımızdan birini ziyaret edin.

Proje hakkında daha fazla bilgi için, lütfen hakkında kısmına bakın.

Başlamak ister misin? Hazır Paketler veya Kaynaktan Derleme arasında seçim yap, daha sonra hızlı başlangıç kılavuzuna bak.

Katkıda bulunmak ister misiniz? Yönergeler için bağlantıları ziyaret et.

Yeni bir fikir veya geliştirmen mi var? Yeni özellikler bölümünü kontrol et.

Düzgün çalışmayan bir şey mi var? Bir Issue aç.


🔄 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/1892 **Author:** [@batuhantastekin](https://github.com/batuhantastekin) **Created:** 10/13/2019 **Status:** ❌ Closed **Base:** `release-10.4.z` ← **Head:** `master` --- ### 📝 Commits (10+) - [`c5995af`](https://github.com/jellyfin/jellyfin/commit/c5995af493542d898450359853c5fbb7a0b4bc53) Some style fixes - [`1745f01`](https://github.com/jellyfin/jellyfin/commit/1745f0181c0fdb4119c072f45bcfeb3af7b9132b) Log startup time - [`0cd2bfc`](https://github.com/jellyfin/jellyfin/commit/0cd2bfc4284974f3c2ad5723d1dce3504fe760af) Ignore warning CA1308 - [`416155c`](https://github.com/jellyfin/jellyfin/commit/416155c35f4698f63b628741be006c1143c3c086) Ignore warning SA1108 - [`3fc7173`](https://github.com/jellyfin/jellyfin/commit/3fc71731a31475a5e8a660ec172f5f07a166d8aa) Remove jellyfin-web submodule from bump_version - [`f20555b`](https://github.com/jellyfin/jellyfin/commit/f20555bf4a07d117b33d7e8c721be2cf6031e719) Use NVM to install nodejs v8 and yarn - [`aa9d7d7`](https://github.com/jellyfin/jellyfin/commit/aa9d7d7f04e72f71e1ccaabc3035b86ac0d0b8c0) Merge pull request #1862 from joshuaboniface/bump-version - [`531642f`](https://github.com/jellyfin/jellyfin/commit/531642fc534870cb351c04fd4a8e6f8c60673ecc) Improve gitattributes for images - [`e553eba`](https://github.com/jellyfin/jellyfin/commit/e553eba31e9f0e05effc30417ee53c02d63304bd) Use System.Text.Json api - [`ac93a5a`](https://github.com/jellyfin/jellyfin/commit/ac93a5a85c6c2b06d6b0031b5389cf8462c7907b) Change slow query time logging to debug ### 📊 Changes **23 files changed** (+313 additions, -2796 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+2 -0) ➖ `Doxyfile` (+0 -2565) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+2 -4) 📝 `Emby.Server.Implementations/Data/SqliteDisplayPreferencesRepository.cs` (+17 -19) 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+17 -24) 📝 `Emby.Server.Implementations/Data/SqliteUserRepository.cs` (+9 -9) 📝 `Emby.Server.Implementations/HttpServer/HttpListenerHost.cs` (+45 -48) 📝 `Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs` (+21 -20) 📝 `Emby.Server.Implementations/Localization/Core/es.json` (+1 -1) 📝 `Emby.Server.Implementations/Localization/Core/ko.json` (+45 -45) 📝 `Emby.Server.Implementations/Localization/Core/nb.json` (+10 -10) 📝 `Jellyfin.Server/Program.cs` (+6 -0) ➕ `MediaBrowser.Common/Json/Converters/GuidConverter.cs` (+20 -0) ➕ `MediaBrowser.Common/Json/JsonDefaults.cs` (+30 -0) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -0) 📝 `MediaBrowser.Controller/LiveTv/IListingsProvider.cs` (+5 -0) 📝 `MediaBrowser.Model/Configuration/ServerConfiguration.cs` (+29 -2) 📝 `MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs` (+39 -16) 📝 `README.md` (+1 -1) 📝 `bump_version` (+0 -27) _...and 3 more files_ </details> ### 📄 Description <h1 align="center">Jellyfin</h1> <h3 align="center">Ücretsiz Medya Sistemi Yazılımı</h3> --- <p align="center"> <img alt="Logo banner" src="https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true"/> <br/><br/> <a href="https://github.com/jellyfin/jellyfin"><img alt="GPL 2.0 License" src="https://img.shields.io/github/license/jellyfin/jellyfin.svg"/></a> <a href="https://github.com/jellyfin/jellyfin/releases"><img alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin.svg"/></a> <a href="https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/?utm_source=widget"><img src="https://translate.jellyfin.org/widgets/jellyfin/-/jellyfin-core/svg-badge.svg" alt="Translation status" /></a> <a href="https://dev.azure.com/jellyfin-project/jellyfin/_build?definitionId=1"><img alt="Azure DevOps builds" src="https://dev.azure.com/jellyfin-project/jellyfin/_apis/build/status/Jellyfin%20CI"></a> <a href="https://hub.docker.com/r/jellyfin/jellyfin"><img alt="Docker Pull Count" src="https://img.shields.io/docker/pulls/jellyfin/jellyfin.svg"/></a> </br> <a href="https://opencollective.com/jellyfin"><img alt="Donate" src="https://img.shields.io/opencollective/all/jellyfin.svg?label=backers"/></a> <a href="https://features.jellyfin.org"/><img alt="Submit and vote on feature requests" src="https://img.shields.io/badge/fider-vote%20on%20features-success.svg"/></a> <a href="https://forum.jellyfin.org"/><img alt="Discuss on our Forum" src="https://img.shields.io/discourse/https/forum.jellyfin.org/users.svg"/></a> <a href="https://matrix.to/#/+jellyfin:matrix.org"><img alt="Chat on Matrix" src="https://img.shields.io/matrix/jellyfin:matrix.org.svg?logo=matrix"/></a> <a href="https://www.reddit.com/r/jellyfin/"><img alt="Join our Subreddit" src="https://img.shields.io/badge/reddit-r%2Fjellyfin-%23FF5700.svg"/></a> </p> --- Jellyfin, medyanızın yönetimini ve akışını kontrol etmenizi sağlayan bir Ücretsiz Yazılım Medya Sistemidir. Özel bir sunucudan son kullanıcı cihazlarına çoklu uygulamalar yoluyla medya sağlamak, tescilli Emby ve Plex'e bir alternatiftir. Jellyfin, Emby'nin 3.5.2 sürümünden çıkar ve tam platformlar arası desteği sağlamak için .NET Core çerçevesine taşınır. Eklenmiş ip yok, premium lisans veya özellik yok, gizli ajanda yok: sadece daha iyi bir şeyler inşa etmek ve birlikte çalışmak için birlikte çalışmak isteyen bir ekip. Görevimizde bize katılmak isteyenleri bekliyoruz! Daha fazla ayrıntı için, lütfen [belgeler](https://docs.jellyfin.org/) bakın. En son güncellemeleri almak, Jellyfin ile ilgili yardım almak ve topluluğa katılmak için lütfen [Matrix / Riot veya sosyal medyadaki iletişim kanallarımızdan birini](https://docs.jellyfin.org/general/getting-help.html ) ziyaret edin. Proje hakkında daha fazla bilgi için, lütfen [hakkında](https://docs.jellyfin.org/general/about.html) kısmına bakın. <p align="center"> <strong>Başlamak ister misin?</strong> <em> <a href="https://docs.jellyfin.org/general/administration/installing.html">Hazır Paketler</a> veya <a href="https://docs.jellyfin.org/general/administration/building.html">Kaynaktan Derleme <a>arasında seçim yap</a>, daha sonra <a href="https://docs.jellyfin.org/general/administration/quick-start.html">hızlı başlangıç kılavuzuna bak</a>.</em> </p> <p align="center"> <strong>Katkıda bulunmak ister misiniz?</strong> <em>Yönergeler için bağlantıları<a href="https://docs.jellyfin.org/general/contributing/index.html"> ziyaret et</a>.</em> </p> <p align="center"> <strong>Yeni bir fikir veya geliştirmen mi var?</strong> <em>Yeni özellikler bölümünü <a href="https://features.jellyfin.org/?view=most-wanted"> kontrol et</a>.</em> </p> <p align="center"> <strong>Düzgün çalışmayan bir şey mi var?</strong> <em>Bir <a href="https://docs.jellyfin.org/general/contributing/issues.html">Issue<a> aç</a>.</em> </p> --- <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:53:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8941