Results 21 to 30 of 46
Thread: Just got a SB
-
2012-03-06, 16:13 #21Junior Member
- Join Date
- Mar 2012
- Posts
- 28
-
2012-03-06, 16:51 #22Senior Member
- Join Date
- May 2008
- Location
- United States
- Posts
- 8,158
go into mp3tag, click on "actions", then at very top of popup click the "actions" again. At next popup click on top icon (little page with star in middle), give it a name, then click on the little page/star icon again, and choose FORMAT VALUE
then for field enter ALBUM
for value enter: %_directory%
this will change the album name in your tags to:
The Doors - Strange Days (1967) [FLAC] (1999 Remaster Elektra 74014-2)
....or whatever your directory containing the file is named
of course the problem is you don't really want "the Doors" at the beginning of the album name. If you do, then you're done. If you don't then you need to post a question on mp3tag forum about how to do this (i.e., only pick up what's to the right of " - " (space dash space) in your directory name and transfer this to the ALBUM field in the tag. I know it can be done easily with regexp expressions, but I'm not sure how myself.Last edited by garym; 2012-03-06 at 16:53.
Location 1: VortexBox Appliance 6TB (2.2) > LMS 7.7.2 > Transporter, Touch, Boom, Radio w/Battery (all ethernet)
Location 2: VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom, Radio w/Battery (all ethernet except Radio)
Office: Win7(64) > LMS 7.7.2 > SqueezePlay
Spares: VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
Controllers: iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad), CONTROLLER, or SqueezePlay 7.7 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify
-
2012-03-06, 16:54 #23Junior Member
- Join Date
- Mar 2012
- Posts
- 28
-
2012-03-06, 17:00 #24Senior Member
- Join Date
- May 2008
- Location
- United States
- Posts
- 8,158
i'm not sure exactly what you mean? are you still thinking that you'll use LMS with browse music folder only? Again, this ignores 99% of LMS. Once LMS has the tag info, you'd simply click on My Music, and then Artist and then you'd see the albums listed, including this one with full title/info. Or you can click on my music then album and see all album names, including this one....
But if you do create these ALBUM names as indicated, and go into LMS, my music, and select search, then search album, yes, the search will find any album that has your search terms entered....
just try this with a couple of albums and then do a search (or scroll with artist and/or album) and see what you think. by the way, you'll need to first do a "clear and rescan" of your music library, otherwise the tag changes don't get picked up.Location 1: VortexBox Appliance 6TB (2.2) > LMS 7.7.2 > Transporter, Touch, Boom, Radio w/Battery (all ethernet)
Location 2: VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom, Radio w/Battery (all ethernet except Radio)
Office: Win7(64) > LMS 7.7.2 > SqueezePlay
Spares: VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
Controllers: iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad), CONTROLLER, or SqueezePlay 7.7 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify
-
2012-03-06, 17:05 #25Junior Member
- Join Date
- Mar 2012
- Posts
- 28
-
2012-03-06, 17:08 #26Senior Member
- Join Date
- May 2008
- Location
- United States
- Posts
- 8,158
still confused...what would defeat the exercise?
I guess I can say that I use foobar2000 and I use LMS for SBs, and I have about 70,000 mostly FLAC files (some mp3/aac), all organized as x:/Artist/Album/tracks... in terms of directories and all with good tags. And all works seamlessly with both foobar2000 and LMS and my squeezeboxes.Location 1: VortexBox Appliance 6TB (2.2) > LMS 7.7.2 > Transporter, Touch, Boom, Radio w/Battery (all ethernet)
Location 2: VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom, Radio w/Battery (all ethernet except Radio)
Office: Win7(64) > LMS 7.7.2 > SqueezePlay
Spares: VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
Controllers: iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad), CONTROLLER, or SqueezePlay 7.7 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify
-
2012-03-06, 18:09 #27Senior Member
- Join Date
- Apr 2005
- Location
- Colorado
- Posts
- 10,072
What exactly are you trying to do? Grab the remaster part between the single quotes? Then you want to place that in the ALBUM tag? Can we assume that you already have ARTIST, ALBUM and YEAR correctly set in the tags?
Create an action group with three actions:
- Action type: Format value
Field: REMASTER
Format string: %_directory%
- Action type: Replace with regular expression
Field: REMASTER
Regular expression: ^.*'\((.*)\)'$
Replace matches with: $1
[ ] case-sensitive comparison
- Action type: Format value
Field: ALBUM
Format string: %album% ''(%remaster%)''
You may want the album name formatted slightly differently. If so, just modify the last format string. This creates an additional field called REMASTER. If you don't want this field you can add another action to the group:
Action type: Remove fields
Fields to remove: REMASTER
-
2012-03-26, 12:59 #28Junior Member
- Join Date
- Mar 2012
- Posts
- 28
Last edited by CardioFitness; 2012-03-26 at 13:07.
-
2012-03-26, 13:47 #29Senior Member
- Join Date
- May 2008
- Location
- United States
- Posts
- 8,158
Location 1: VortexBox Appliance 6TB (2.2) > LMS 7.7.2 > Transporter, Touch, Boom, Radio w/Battery (all ethernet)
Location 2: VBA 3TB (2.2) > LMS 7.7.2 > Touch > Benchmark DAC I, Boom, Radio w/Battery (all ethernet except Radio)
Office: Win7(64) > LMS 7.7.2 > SqueezePlay
Spares: VBA 4TB, SB3, Touch (3), Radio (3), CONTROLLER
Controllers: iPhone4S (iPeng), iPad2 (iPengHD & SqueezePad), CONTROLLER, or SqueezePlay 7.7 on Win7(64) laptop
Ripping (FLAC) - dbpoweramp, Tagging - mp3tag, Spotify
-
2012-03-26, 13:54 #30Junior Member
- Join Date
- Mar 2012
- Posts
- 28


Reply With Quote
I would perfer without but the question is, will this affect the search on the squeezebox or will work just like with foobar ?

