Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shailosingh/Folderity
A WinUI 3 music player that makes playlists out of folders
https://github.com/Shailosingh/Folderity
Last synced: about 1 month ago
JSON representation
A WinUI 3 music player that makes playlists out of folders
- Host: GitHub
- URL: https://github.com/Shailosingh/Folderity
- Owner: Shailosingh
- Created: 2023-01-08T19:06:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T19:00:44.000Z (almost 1 year ago)
- Last Synced: 2023-11-05T20:21:01.025Z (almost 1 year ago)
- Language: C++
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- WinUI-3-Apps-List - Folderity
README
# Folderity
![sketch1674931853012 3423](https://user-images.githubusercontent.com/52577016/229378468-eb1e2443-2c84-4785-adb7-2ae3eb8e8c7c.png)
Folderity is a fast and lightweight music player for Windows that allows users to create custom playlists in folders on their computer that automatically update when a
song is added or removed from the folder. This is very convenient for anyone who has a large collection of music files (MP3's, WAV's, etc.), since it allows the user to
automatically organize their music into playlists without having to manually add songs to the playlist one at a time.![PlaylistPage](https://github.com/Shailosingh/Folderity/assets/52577016/f4031401-df94-4c28-9dc4-79d5f6617be8)
![QueuePage](https://github.com/Shailosingh/Folderity/assets/52577016/9f8902f5-6598-4bad-bbcb-4f92f9ad519e)
## Technologies
Folderity is programmed in C++ and uses Microsoft Media Foundation (MMF) for the audio playing component. MMF is rather complex to use, so to simplify its use, I created
a helper library called [MMFSoundPlayer](https://github.com/Shailosingh/MMFSoundPlayer) to help programmers with quickly being able to play audio files in their C++
programs.## Privacy Policy
This app is not connected to the internet and does not collect any user data. All data given to the app (playlists and songs) are kept on your local drive.