Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "",
"label": "الاعدادات",
"position": "",
"link": {
"type": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security and Privacy
# الحمايه و الخصوصيه

## Introduction
## مقدمه

UMS serves media in two main ways - via DLNA/UPnP to be consumed via media player apps, and via HTTP(S) to be consumed via web browsers.

Expand Down Expand Up @@ -70,7 +70,7 @@ Any configuration property can also be set on a per-device basis by creating a c

For example, to customize the kids' TV:
- Click the 'Customize this device' button in the top right of the renderer's GUI popup panel and specify a name for the configuration.
- In the new conf file that opens up add any settings you wish to override for the TV, e.g. to change the server name and specify different folders:
-
```
#----------------------------------------------------------------------------
# Custom Device profile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "",
"label": "التثبيت",
"position": "",
"link": {
"type": "",
"description": ""
"description": "معظم انظمه التشغيل والبيأت لا تحتاج إلا دليل التثبيت. هذا القسم للتي تحتاج."
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
sidebar_position: 2
---

# What's New in v15
# ما الجديد في النسخة 15

## Overview
## ملخص

The 2 main goals for V15 have been to simplify our interface, based on user feedback and reviews, and to make our user accounts easier to use.

A quick overview of the changes in this version is:
مراجعة سريعة التغيرات في هذا الأصدار هي:

- A **user switcher** with support for **multiple logged-in users**
- A **mode switcher** to change between the two major areas: **Player** and **Settings**
Expand All @@ -17,19 +17,20 @@ A quick overview of the changes in this version is:
- A file **media info** button
- Also rewrites of our notification and realtime code, improved memory management, and a lot of other changes to improve usability and reduce the number of actions needed to do what you want.

## New features
## المزايا الجديدة

### User switcher
### تغيير المستخدم

You can now be logged in with multiple users in a browser at the same time, and switch between them.
يمكنك الآن الدخول بعده مستخدمين في المتصفح بنفس الوقت، والتغيير بينهم.

You can also enable a setting to display the available users on the login screen. This setting is opt-in for security reasons, because you might not want everyone to see all user accounts. There is also an in-between setting where user accounts are saved in the browser after that browser logs in, on a per-account basis.
يمكنك أيضا تفعيل أعدادات عرض المستخدمين المتاحين على شاشه الدخول. This setting is opt-in for security reasons, because you might not want everyone to see all user accounts. There is also an in-between setting where user accounts are saved in the browser after that browser logs in, on a per-account basis.

![Example of the user switcher](@site/docs/img/whats-new-in-v15-user-switcher.png)

### Mode switcher
### وضع التغيير

The web interface has been split into two areas: Player and Settings.
واجهة الويب تم تقسيمها لمساحتين:
مشغل و أعدادات .

This should make the web interface more intuitive and easier navigate by reducing the number of clicks needed.

Expand All @@ -47,7 +48,7 @@ Seasons of TV shows sometimes have their own data like titles and cover images,

![Example of season view](@site/docs/img/whats-new-in-v15-season-metadata.png)

### More
### أكثر

For a full list of all changes in v15, see [the full changelog](https://github.com/UniversalMediaServer/UniversalMediaServer/blob/main/CHANGELOG.md).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Artık yerel makinenizde yeni deponuz var.

### [VS Kodu](https://code.visualstudio.com/)

This is our recommended editor because it is great at handling both Java and TypeScript, our two main languages.
Bizim İki ana dilimiz olan Java ve TypeScript’i kullanma konusunda mükemmel olduğundan bu tavsiye ettiğimiz düzenleyicidir.

#### Java server
#### Java sunucusu

When you have opened the code, you will probably see some recommendations for Extensions to install, like the `Extension Pack for Java`. Install it/them.
When that is installed and configured, you can run the Java server by clicking up the top `Run -> Start Debugging`, and reload it with `Run -> Restart Debugging`. These commands should complete within 1 second, for a fast development workflow.
Kodu açtığınızda, muhtemelen `Java için Uzantı Paketi` gibi yüklenecek Uzantılar için bazı öneriler göreceksiniz. Bunu/bunları yükleyin.
Yüklendiğinde ve yapılandırıldığında, Java sunucusunu üstteki `Çalıştır -> Hata Ayıklamayı Başlat` seçeneğine tıklayarak çalıştırabilir ve `Çalıştır -> Hata Ayıklamayı Yeniden Başlat` ile yeniden yükleyebilirsiniz. Hızlı bir geliştirme iş akışı için bu komutların 1 saniye içinde tamamlanması gerekir.

#### Web browser interfaces
#### Web tarayıcı arayüzleri

If you want to make changes to our web browser interfaces, you will also need to run the React server, which will take care of compiling and serving the TypeScript code.

Expand Down