Buzov / diktofon

Automatically exported from code.google.com/p/diktofon
0 stars 0 forks source link

Can it be possible to change location of where files get written to? #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can it be possible to change location of where the audio files get written to?

Original issue reported on code.google.com by enda...@yahoo.com on 3 Sep 2014 at 8:31

GoogleCodeExporter commented 9 years ago
Diktofon does not offer a user interface for letting the user decide on the 
location of stored audio, transcriptions, tags, etc. The directory 
/Android/data/kaljurand_at_gmail_dot_com.diktofon/files/ is hard coded in:

https://github.com/Kaljurand/Diktofon/blob/f2bfaff75b10567d82de090e1abd3ca639071
46e/app/src/kaljurand_at_gmail_dot_com/diktofon/Dirs.java

Storing the files under /Android/data/ is considered to be best practice.

Can you elaborate on what is your reason for placing the files elsewhere?

Original comment by kaljurand on 3 Sep 2014 at 9:29

GoogleCodeExporter commented 9 years ago
I ran out of space.

Original comment by enda...@yahoo.com on 4 Sep 2014 at 7:25

GoogleCodeExporter commented 9 years ago
I'm not sure how changing the folder would solve the "out of space" problem.

Original comment by kaljurand on 4 Sep 2014 at 7:31

GoogleCodeExporter commented 9 years ago
Also, I would be worried that there may not be enough space on my phone for a 
very long recording.

Original comment by enda...@yahoo.com on 4 Sep 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Yes, the amount of remaining space is currently not shown during the recording. 
The only solution at the moment is to use another Android recorder (and use 
Diktofon only for the playback, transcription, etc. of the recorded audio).

Original comment by kaljurand on 4 Sep 2014 at 10:27