Review of "Radio Kayra" version 1

Details Page Preview

A tray radio extension to listen, search and manage radio stations, Youtube videos. In app search a database of 53000 radio stations and youtube. IMPORTANT: Requires installation of yt-dlp and GStreamer. * Play / Pause / Previous Station / Next station buttons and volume slider. * Editable, manually sortable channel list. * Display Artist, Song and Station Name, thumbnail. Can copy song title to clipboard. (See settings) * Live status, thumbnail, duration display for youtube videos. * Auto downloads Radio/Video name and thumbnail. You don't have to manually enter. * Integrated into Gnome shell search. * Left mouse click on the radio icon opens the menu, mid click toggles between play / stop, right click opens channel editor. * Supports all direct audio stream urls including local audio files. * Language support for English, Deutsch, Türkçe.

Extension Homepage
https://github.com/ayhanavci/radiokayra

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
7 Active
6 Inactive
5 Inactive
4 Inactive
3 Active
2 Active
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove unnecessary files: - `.gitignore` - `po/radiokayra@dokaton.com.pot` - `po/tr.po` [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. Please also null out all the instances you hold in the property of the default prefs's class in close request. [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) I recommend to move all the logic to another class. That way the clean up will be much easier. 3. Window is getting destroyed automatically after close request. No need to call destroy (line 44 `prefs.js`). 4. Please also mention about the dependencies in the description.