Seefin / lightweight-theology

Music player app
0 stars 0 forks source link

Add seeking functionality #2

Open Seefin opened 9 years ago

Seefin commented 9 years ago

We need to be able to seek through a file; this will involve knowing file length, current position in the file and some way of displaying the file graphically to seek to the next position. problems to be solved:

  1. Get file length in seconds
  2. Displaying the seek bar (JSlider? JProgressBar/Monitor?)
  3. Mapping clicks on the bar to position in the song
  4. Moving to a specified position in the file