Notice: Comments you submit will be routed for moderation. If you have an account, please log in first.

Ticket #42 (new Task: None)

Opened 8 years ago

Last modified 2 years ago

Get data from filesystem structure

Reported by: masiar Owned by: bflorat
Priority: 5, normal Milestone: To Be Decided by Jajuk Team
Component: Core Version: 1.5
Keywords: tag Cc:

Description (last modified by fsck222) (diff)

Would be nice to be able to specify the file mask used to 
get artist/album/title informations. A good example is the 
MP3 Tag Studio ( http://www.magnusbrading.com/mp3ts/ 
):
for:
Metallica\2003 - St. Anger\02 - St. Anger.mp3

the mask would be:
<artist><\><year> - <album><\><track> - <title>.mp3

this should be saved for each perspective, since Various 
Artist Albums like Soundtracks might have a different file 
structure.

Attachments

Change History

Changed 8 years ago by masiar

  • summary changed from option fora mask of file/directory name structure to option for mask of file/directory name structure

Changed 8 years ago by bflorat

Logged In: YES 
user_id=363565

OK, this could be used for :
- The history bar
- The search box
- The information panel
Each with its own pattern -> three options in a new option
group : "patterns"  of the parameters view for ex.
any idea ?

Changed 8 years ago by masiar

Logged In: YES 
user_id=994549

My idea was to use patterns as alternative to id3 tags to 
gather the meta-data. Saved for each device.

Maybe it could be used the other way round for the logical 
tree too. This could be used to easily switch between different 
view. One that shows a tree like now, another one like this:
Year
+- Artist
   +- Album 
Chosing the patterns from a drop-down menu.

Unfortunatly I can't follow your post. Can you give an example, 
how you would use the patterns?

Changed 5 years ago by fsck222

  • owner changed from masiar to bflorat
  • status changed from assigned to new
  • description modified (diff)
  • milestone set to 1.5 "Lothlórien"

(trac cleaning, please close the ticket, if it has been fixed)

Changed 5 years ago by bflorat

  • milestone changed from 1.5 "Lothlórien" to To Be Decided by Jajuk Team

Changed 2 years ago by mheja1@…

the masking also could be used to build the logical artist, album, track from structured data repositories, when the music format it is not tagged.

Example 1:

A file on the windows path c:\music\Beatles\Help\Help.wav

could bring the info at the time of scanning the folder c:\music as:

Device: music
Artist: Beatles
Album: Help
Track: Help

by selecting C:\music as device and then mask (pattern) for scanning: %artist/%album/%Title

Example 2:

A file on the windows path c:\music\Beatles\1962-Help\03-Help.wav

could bring the info at the time of scanning the folder c:\music as:

device: music
artist: Beatles
year: 1962
album: Help
track: 03
title: Help

by selecting the mask (pattern) %artist/%year-%album/%n-%title

I think this would be very helpful, complementing the building of an logical structure from the tags info already in Jajuk, with its counterpart by creating taking info from structured data for the bulding of database info. Thank you.

Changed 2 years ago by bflorat

  • component changed from (Jajuk Members) Any (Default Component) to (Java Developer) Core
  • summary changed from option for mask of file/directory name structure to Get data from filesystem structure
  • priority changed from 3, low to 5, normal
  • version set to 1.5
  • keywords tag added
  • type changed from Feature to Task

OK, this is this idea.

Note that jajuk already implements partially this when using the 'Use parent directory as album name' option : it uses the directory as album name but I agree we could go further.

Add/Change #42 (Get data from filesystem structure)

Author



Action
as new
 
Note: See TracTickets for help on using tickets.