An open API service indexing awesome lists of open source software.

https://github.com/g-grbz/jellyfin-gmmp

Music player for Jellyfin
https://github.com/g-grbz/jellyfin-gmmp

jellyfin-plugin linux mucis player windows

Last synced: 6 months ago
JSON representation

Music player for Jellyfin

Awesome Lists containing this project

README

          

## 🎵 GMMP Müzik Çalar
Jellyfin için hazırlanmış Müzik oynatıcı.

🖼️ Ekran Görüntüleri / Screenshots

![3](https://github.com/user-attachments/assets/fa2f14da-13b5-4123-ad42-886d5db93578)

![2](https://github.com/user-attachments/assets/1738937b-90dc-49fa-bdab-830d5158fd20)

![1](https://github.com/user-attachments/assets/b863fda6-929f-4d24-a776-a5282b2a8492)

✨ Features

- User-friendly interface
- Easy access
- ID3 tag integration (track, lyrics, and other metadata are displayed using ID3 tags)
- Random playlist generation
- Save randomly generated playlists
- Refresh button to regenerate playlists
- Ability to select existing playlists on Jellyfin
- Set the number of items in the playlist

✨ Özellikler

- Kullanıcı dostu arayüz
- Kolay erişim
- id3tags entegrasyon ( parça, şarkı sözü ve diğer bilgiler id3tags entagrasyonu ile yazdırılır )
- Rastgele liste oluşturma
- Rastgele oluşturulan listeyi kaydetme
- Yenileme butonu ile rastgele listeyi yenileme
- Jellyfin üzerinde bulunan oynatma listelerini seçebilme
- Liste öğe sayısı belirleme

## Kurulum/Installation

🚀 Türkçe Kurulum

### ⚠️ Önemli Notlar

Not: Bu oynatıcı Jellyfin Media Slider (JMS) ile tamamen entegredir. Zaten JMS kullanıyorsanız, çakışmaları veya yinelenen işlevleri önlemek için bunu yüklemeyin.

### Windows için

İndirdiğiniz sıkıştırılmış klasörü herhangi boş bir klasöre çıkarıp ``` install.bat ``` betiğini yönetici olarak çalıştırın.

### Yüklemeyi Kaldırma

``` uninstall.bat ``` betiğini yönetici olarak çalıştırın.

### Linux için

``` git clone https://github.com/G-grbz/Jellyfin-GMMP ```

``` cd Jellyfin-GMMP ```

### Kurulum scriptini çalıştırın:

``` sudo chmod +x install.sh && sudo ./install.sh ```

### Tarayıcı çerezlerini temizleyin.

### Yüklemeyi Kaldırma

``` sudo chmod +x /usr/share/jellyfin/web/GMMP/uninstall.sh && sudo sh /usr/share/jellyfin/web/GMMP/uninstall.sh ```

🚀 English Installation Guide

### ⚠️ Important Notes

Note: This player is fully integrated with Jellyfin Media Slider (JMS).
If you are already using JMS, do not install this separately to avoid conflicts or duplicate functionality.

### For Windows

Extract the downloaded archive to any folder and run the ``` install.bat ``` script as Administrator.

### Uninstallation

Run the ``` uninstall.bat ``` script as Administrator.

### For Linux

```git clone https://github.com/G-grbz/Jellyfin-GMMP ```

``` cd Jellyfin-GMMP ```

### Run the installation script:

``` sudo chmod +x install.sh && sudo ./install.sh ```

### Uninstallation

``` sudo chmod +x /usr/share/jellyfin/web/GMMP/uninstall.sh && sudo sh /usr/share/jellyfin/web/GMMP/uninstall.sh ```