https://github.com/mykhail024/audacious-plugin-sort
Sort by file modified date in audacious player
https://github.com/mykhail024/audacious-plugin-sort
audacious audacious-plugins cpp plugin sort sorting
Last synced: 11 months ago
JSON representation
Sort by file modified date in audacious player
- Host: GitHub
- URL: https://github.com/mykhail024/audacious-plugin-sort
- Owner: Mykhail024
- Created: 2023-04-14T19:06:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T19:43:19.000Z (about 3 years ago)
- Last Synced: 2025-07-21T13:34:29.809Z (11 months ago)
- Topics: audacious, audacious-plugins, cpp, plugin, sort, sorting
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audacious-plugin-sort
Sort by file modified date in audacious player
# Install
1.Install audacious:
Arch:
```
sudo pacman -S audacious
```
Instructions for other: https://audacious-media-player.org/download
2.Install Qt5
Arch:
```
sudo pacman -S qt5-base
```
3.Install Plugin:
```
git clone https://github.com/Mykhail024/audacious-plugin-sort.git
cd audacious-plugin-sort
mkdir build
cd build
cmake ..
cmake --build .
sudo cmake --install .
```