|
1 | | -Pars Local Player (PLP) 2.1 |
2 | | -========================== |
| 1 | +# Pars Local Player (PLP) 2.1.1 |
3 | 2 |
|
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. |
6 | 4 |
|
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 |
10 | 6 |
|
| 7 | +- Video and audio playback through QtMultimedia (FFmpeg) |
11 | 8 |
|
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 |
14 | 22 |
|
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) |
21 | 23 | - Playback speed control (0.25x – 4.0x) |
22 | 24 | - Shuffle and repeat modes (Off / One / All) |
23 | 25 | - A–B loop playback |
24 | | -- Media metadata viewer (codec, resolution, bitrate, duration, etc.) |
| 26 | +- Media metadata viewer |
| 27 | + - Codec, resolution, bitrate, duration, etc. |
25 | 28 | - Screenshot capture from video playback |
26 | 29 | - Cinema Mode (focus on video, hide side panels) |
27 | 30 | - Drag & drop support for files and streams |
28 | | -- Modern dark interface with keyboard and mouse controls |
29 | | - |
30 | 31 |
|
31 | | -CINEMA MODE NOTES |
32 | | ------------------ |
33 | 32 |
|
34 | | -Cinema Mode hides the Playlist and Info panels. |
35 | 33 |
|
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 |
39 | 35 |
|
| 36 | +Cinema Mode hides the **Playlist** and **Info** panels to focus entirely on video playback. |
40 | 37 |
|
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 |
43 | 41 |
|
44 | | -- Operating System: |
45 | | - Windows 10 or newer (64-bit) |
| 42 | +This behavior is intentional. |
46 | 43 |
|
47 | | -- CPU: |
48 | | - 64-bit processor, minimum 2 cores |
49 | 44 |
|
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 |
58 | 46 |
|
| 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 |
59 | 53 | - Internet connection required for radio streams |
60 | 54 |
|
| 55 | +### Linux |
| 56 | +- Modern Linux distribution (64-bit) |
| 57 | +- VAAPI-compatible GPU recommended |
| 58 | +- FFmpeg-supported codecs available |
61 | 59 |
|
62 | | -INSTALLATION |
63 | | ------------- |
| 60 | + |
| 61 | +## Installation (Windows) |
64 | 62 |
|
65 | 63 | Run the installer: |
66 | | - plp-2.1.0-installer-x64.exe |
| 64 | + |
| 65 | +plp-2.1.1-installer-x64.exe |
67 | 66 |
|
68 | 67 | Follow the on-screen instructions. |
69 | 68 | Desktop and Start Menu shortcuts are optional. |
70 | 69 |
|
71 | | -PLP does not require Python or additional runtimes. |
| 70 | +PLP does **not** require Python or additional runtimes. |
72 | 71 | Everything is bundled into the executable. |
73 | 72 |
|
74 | 73 |
|
75 | | -PORTABLE USE |
76 | | ------------- |
| 74 | +## Portable Use |
77 | 75 |
|
78 | | -You can also run PLP directly using: |
79 | | - plp2.1.exe |
| 76 | +PLP can also be run directly without installation: |
80 | 77 |
|
81 | | -This allows portable use without installation. |
| 78 | +PLP2.1.1.exe |
82 | 79 |
|
83 | 80 |
|
84 | | -LICENSE |
85 | | -------- |
| 81 | +This allows fully portable usage. |
86 | 82 |
|
87 | | -Pars Local Player is licensed under the MIT License. |
88 | 83 |
|
89 | | -See the file LICENSE.txt for the full license text. |
90 | | - |
91 | | - |
92 | | -SOURCE CODE |
93 | | ------------ |
| 84 | +## Source Code |
94 | 85 |
|
95 | 86 | GitHub repository: |
| 87 | + |
96 | 88 | https://github.com/parrothat/plp |
97 | 89 |
|
98 | 90 |
|
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 |
101 | 99 |
|
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** |
104 | 102 |
|
105 | 103 | © 2025 ParrotHat Foundation |
0 commit comments