Skip to content

Commit 1286098

Browse files
authored
Update README.txt
1 parent 254fa38 commit 1286098

1 file changed

Lines changed: 57 additions & 59 deletions

File tree

README.txt

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,103 @@
1-
Pars Local Player (PLP) 2.1
2-
==========================
1+
# Pars Local Player (PLP) 2.1.1
32

4-
Pars Local Player (PLP) is a lightweight and reliable media player
5-
developed by the ParrotHat Foundation.
3+
Pars Local Player is a lightweight and small media player created by ParrotHat Foundation.
64

7-
PLP was created as a clean alternative to existing media players
8-
that felt outdated, buggy, or unreliable — especially when playing
9-
internet radio streams and mixed media formats.
5+
## Features
106

7+
- Video and audio playback through QtMultimedia (FFmpeg)
118

12-
FEATURES
13-
--------
9+
- HW acceleration
10+
- Windows: DX11 / DXVA2
11+
- Linux: VAAPI (when available)
12+
- macOS: VideoToolbox
13+
14+
- Wide format support
15+
- MP4, MKV, AVI, MP3, FLAC, OGG, OPUS, WAV, M4A and many more
16+
17+
- Playlist support
18+
- M3U, M3U8, PLS, XSPF, CUE
19+
20+
- Internet radio and stream playback
21+
- HTTP / HTTPS / RTSP
1422

15-
- Video and audio playback using QtMultimedia with FFmpeg backend
16-
- Hardware-accelerated decoding (DX11 / VAAPI when available)
17-
- Supports a wide range of formats:
18-
MP4, MKV, AVI, MP3, FLAC, OGG, OPUS, WAV, M4A and many more
19-
- Playlist support (M3U, M3U8, PLS, XSPF, CUE)
20-
- Internet radio and stream playback (HTTP / HTTPS / RTSP)
2123
- Playback speed control (0.25x – 4.0x)
2224
- Shuffle and repeat modes (Off / One / All)
2325
- A–B loop playback
24-
- Media metadata viewer (codec, resolution, bitrate, duration, etc.)
26+
- Media metadata viewer
27+
- Codec, resolution, bitrate, duration, etc.
2528
- Screenshot capture from video playback
2629
- Cinema Mode (focus on video, hide side panels)
2730
- Drag & drop support for files and streams
28-
- Modern dark interface with keyboard and mouse controls
29-
3031

31-
CINEMA MODE NOTES
32-
-----------------
3332

34-
Cinema Mode hides the Playlist and Info panels.
3533

36-
To restore them, right-click the TV icon in the toolbar
37-
and manually enable Playlist or Info panels.
38-
This is the expected behavior.
34+
## Cinema Mode Notes
3935

36+
Cinema Mode hides the **Playlist** and **Info** panels to focus entirely on video playback.
4037

41-
SYSTEM REQUIREMENTS
42-
-------------------
38+
To restore them:
39+
- Disable Cinema Mode, or
40+
- Use the View menu to re-enable Playlist or Info panels
4341

44-
- Operating System:
45-
Windows 10 or newer (64-bit)
42+
This behavior is intentional.
4643

47-
- CPU:
48-
64-bit processor, minimum 2 cores
4944

50-
- GPU:
51-
DirectX 11 compatible graphics card recommended
52-
53-
- RAM:
54-
4 GB recommended
55-
56-
- Disk Space:
57-
Approximately 150 MB
45+
## System Requirements
5846

47+
### Windows
48+
- Windows 10 or newer (64-bit)
49+
- 64-bit CPU (2 cores minimum)
50+
- DirectX 11 compatible GPU recommended
51+
- 4 GB RAM recommended
52+
- ~150 MB disk space
5953
- Internet connection required for radio streams
6054

55+
### Linux
56+
- Modern Linux distribution (64-bit)
57+
- VAAPI-compatible GPU recommended
58+
- FFmpeg-supported codecs available
6159

62-
INSTALLATION
63-
------------
60+
61+
## Installation (Windows)
6462

6563
Run the installer:
66-
plp-2.1.0-installer-x64.exe
64+
65+
plp-2.1.1-installer-x64.exe
6766

6867
Follow the on-screen instructions.
6968
Desktop and Start Menu shortcuts are optional.
7069

71-
PLP does not require Python or additional runtimes.
70+
PLP does **not** require Python or additional runtimes.
7271
Everything is bundled into the executable.
7372

7473

75-
PORTABLE USE
76-
------------
74+
## Portable Use
7775

78-
You can also run PLP directly using:
79-
plp2.1.exe
76+
PLP can also be run directly without installation:
8077

81-
This allows portable use without installation.
78+
PLP2.1.1.exe
8279

8380

84-
LICENSE
85-
-------
81+
This allows fully portable usage.
8682

87-
Pars Local Player is licensed under the MIT License.
8883

89-
See the file LICENSE.txt for the full license text.
90-
91-
92-
SOURCE CODE
93-
-----------
84+
## Source Code
9485

9586
GitHub repository:
87+
9688
https://github.com/parrothat/plp
9789

9890

99-
ABOUT
100-
-----
91+
## License
92+
93+
Pars Local Player is licensed under the **GNU General Public License v3.0 only**.
94+
95+
See the file `LICENSE.txt` for the full license text.
96+
97+
98+
## About
10199

102-
Pars Local Player is developed and maintained by the
103-
ParrotHat Foundation.
100+
Pars Local Player is developed and maintained by the
101+
**ParrotHat Foundation**
104102

105103
© 2025 ParrotHat Foundation

0 commit comments

Comments
 (0)