INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: I need to remove certain characters from my folder structure.  (Read 349 times)

Rootdown4594

  • Recent member
  • *
  • Posts: 15

My Nvidia Shield also has access to my music library folder. Android sees any folder beginning with a "." (period) as hidden.

I have a few albums that begin with a "."

Example:

Metallica's "...And Just for All"

I have JRiver set to put all my albums into folders named after the album. Since my Shield can't see any folder beginning with a period, these albums are not accessible on shield.

How can I automate JRiver to remove all periods from folder names?
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2389
Re: I need to remove certain characters from my folder structure.
« Reply #1 on: April 04, 2021, 05:03:47 am »

For existing folders, you'll have to rename them and reimport the files into MC, or use the RMCF tool to do the renaming which is safer and avoids having to reimport.

For new rips (assuming you're ripping with MC), you can try changing the Folder Rule in Settings-> File Location -> Audio (CDRips) -> Folder Rule. The default is "[Artist]\[Album]" ... assuming this supports Expressions (I didn't test), you can try changing it to:
[Artist]\trim(replace([Album],.,/ ))

This replaces all dots with spaces and then removes any leading/trailing spaces.
Logged
Pages: [1]   Go Up