Determines the space left on a disc
The space is determined by executing a native command ( e.g. dir for windows, df for linux )
This is platform dependend, but ther's no solution provided by java :(
Sends a playlist to an external player
- determine parameter (add or append)
- check that tmp directory exists to store playlist in
- check that configured player can be found
- store playlist
- call player
Reorganizes filestructure and renames files based on id3 tags
determine clips that are below base directory
for all clips to reorganize: determine new pathname
for all clips to reorganize: determine new filename
for all clips to reorganize: create new file
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
Applies the filters to an autoplaylist
- get the playlist
- check if we have an autoplaylist
- get all enabled filters
- remove clips from the playlist if they not apply to the filter (anymore)
- find all clips that apply to the filter
- add found clips, if they are not in the playlist yet
- update playtime for the playlist
Applies the filters to an autoplaylist
- get the playlist
- check if we have an autoplaylist
- get all enabled filters
- remove clips from the playlist if they not apply to the filter (anymore)
- find all clips that apply to the filter
- add found clips, if they are not in the playlist yet
- update playtime for the playlist