Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/depuits/randomfileorder
If, like me, you have a car radio or a clock radio which cannot play tracks in random order from your usb stick itself, this application might be useful for you. It generates random numbers and puts them in front of every file in a specified folder. So all you've got to do when you want a new play order for your music tracks is run this application.
https://github.com/depuits/randomfileorder
Last synced: 13 days ago
JSON representation
If, like me, you have a car radio or a clock radio which cannot play tracks in random order from your usb stick itself, this application might be useful for you. It generates random numbers and puts them in front of every file in a specified folder. So all you've got to do when you want a new play order for your music tracks is run this application.
- Host: GitHub
- URL: https://github.com/depuits/randomfileorder
- Owner: depuits
- License: apache-2.0
- Created: 2016-06-18T14:50:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T09:31:22.000Z (about 7 years ago)
- Last Synced: 2024-11-13T15:52:17.483Z (2 months ago)
- Language: C#
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random file order
Originaly from sourceforge user [lumpiluk](https://sourceforge.net/u/lumpiluk/profile/).
Added some funtionality and fixed some bugs.
This version numbers the files in a sequential order instead of completely random like the original version. This makes it great to make a cd with a random track order.
## Description
If, like me, you have a car radio or a clock radio which cannot play tracks in random order from your usb stick itself, this application might be useful for you.It randomly numbers every selected file in a specified folder. So all you've got to do when you want a new play order for your music tracks is run this application.
Also usefull for ordering numbers for a cd. Using [kid3](http://kid3.sourceforge.net/) you can then also easely add the track number in the tag info.
## Original project
https://sourceforge.net/projects/filerandomizer/