jajuk-team / jajuk

Advanded jukebox for users with large or scattered music collections
49 stars 19 forks source link

one bug report and two feature requests #2009

Open igel-radler opened 7 years ago

igel-radler commented 7 years ago

1 bug: when the tags (under Widows 7 and 10) are modified, the modification date of a music file (in my case: MP3) remains unchanged.

1st feature request: I would love to use jajuk on my android phone (a tabbed page design would be suitable for the small screen)

2nd feature request: A "Disk-Jockey" mode when playing music, crossfading from one title to the next "n" (user-configurable) seconds before the end of a title

bflorat commented 7 years ago

Thanks for your interest into Jajuk, Point 1 : please detail, do you mean that after changing any tag of a file in jajuk, the file date you see from the Windows explorer is unchanged ? Point 2 : it would be a new project Point 3 : you can change cross fade duration in Preferences view -> Sound. You also have a digital dj feature (Configuration top menu -> configure DJ)

igel-radler commented 7 years ago

Dear Bertrand, I'm using Jajuk since many years to organize my MP3-collection, so thanks a lot for the fine piece of work. I even have written a small program to copy the files mentioned in a playlist into a directory. Unfortunately, the bug reported and the missing features limit its usability for me. Ad 1: The Windows file system distinguishes several dates (date created,date of last change). The first one should not be modified when any tag is modified (here Jajuk works correctly), the second one should (but Jajuk doesn't). Ad 2: I was a bit tempted to do it myself, but more than 30 years ago I was quite goodin assembly language programming (Intel 8080 and Digital PDP 11), but I do not feel well in programming Java. Is there a good alternative under Android understanding M3U files and having a DJ mode? Ad 3: Thanks. I will try. Best regards Leonhard Maqua aka Igel-Radler 

Von meinem Samsung Gerät gesendet.

-------- Ursprüngliche Nachricht -------- Von: Bertrand Florat notifications@github.com Datum: 14.01.17 21:03 (GMT+01:00) An: jajuk-team/jajuk jajuk@noreply.github.com Cc: igel-radler igel.radler@gmail.com, Author author@noreply.github.com Betreff: Re: [jajuk-team/jajuk] one bug report and two feature requests (#2009)

Thanks for your interest into Jajuk,

Point 1 : please detail, do you mean that after changing any tag of a file in jajuk, the file date you see from the Windows explorer is unchanged ?

Point 2 : it would be a new project

Point 3 : you can change cross fade duration in Preferences view -> Sound. You also have a digital dj feature (Configuration top menu -> configure DJ)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/jajuk-team/jajuk","title":"jajuk-team/jajuk","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/jajuk-team/jajuk"}},"updates":{"snippets":[{"icon":"PERSON","message":"@bflorat in #2009: Thanks for your interest into Jajuk,\r\nPoint 1 : please detail, do you mean that after changing any tag of a file in jajuk, the file date you see from the Windows explorer is unchanged ?\r\nPoint 2 : it would be a new project\r\nPoint 3 : you can change cross fade duration in Preferences view -\u003e Sound. You also have a digital dj feature (Configuration top menu -\u003e configure DJ)"}],"action":{"name":"View Issue","url":"https://github.com/jajuk-team/jajuk/issues/2009#issuecomment-272649203"}}}

bflorat commented 7 years ago

Hi Leonhard,

(sorry for the delay, lot of work)

I just made the test on a MP3 file, Windows Seven 64 bits, NTFS (C: drive) and I cannot reproduce your problem, the modification date is actually changed for me :

1) Here the dates of a mp3 files as seen in Explorer :
created : ‎Saturday, ‎March ‎22, ‎2014, ‏‎6:33:45 PM modified : ‎Monday, ‎July ‎20, ‎2009, ‏‎9:43:29 PM accessed : ‎Saturday, ‎March ‎22, ‎2014, ‏‎6:33:45 PM

Note 1 : the access date doesn't work, I played the file from Jajuk and it didn't change. Even after writing to the file (see below), this date is not upgraded. Note 2 : it is strange that the modification date is older than the creation date, don't know why.

2) In jajuk, I select the MP3 file -> properties -> I change a tag (genre)

3) From explorer, here the new dates :
‎created : ‎Saturday, ‎March ‎22, ‎2014, ‏‎6:33:45 PM Modified : Today, ‎February ‎02, ‎2017, ‏‎1 minute ago accessed : ‎Saturday, ‎March ‎22, ‎2014, ‏‎6:33:45 PM

Which file system do you use ? NTFS, FAT32, other ?