Fix/review custom folder structure fallbacks #Help #Question
See original GitHub issuehttps://github.com/jmathai/elodie/pull/283
Hey @jmathai,
Hope you’re well
Thanks for software, as always
As title
I won’t go into detail with my desired syntax (yet), instead I’ll simply use the README example[e] syntax:
[Directory]
month=%m
year=%Y
location=%city
full_path=%month/%year/%album|%location|%"Beats me"
… which yields unexpected results, where I see Unknown Location
instead of Beats me
:
Last login: Sun Mar 31 04:00:31 on ttys000
Lewiss-MacBook-Pro:~ ldexterldesign$ tree /Users/ldexterldesign/Desktop/elodie/-source
/Users/ldexterldesign/Desktop/elodie/-source
└── 2009-03-20_21-29-43-dsc_0248.jpg
0 directories, 1 file
Lewiss-MacBook-Pro:~ ldexterldesign$ tree /Users/ldexterldesign/Desktop/elodie/-destination
/Users/ldexterldesign/Desktop/elodie/-destination
└── 03
└── 2009
└── Unknown\ Location
└── 2009-03-20_21-29-43-dsc_0248.jpg
3 directories, 1 file
Lewiss-MacBook-Pro:~ ldexterldesign$
If you have any issues (e.g. questions/queries) then happy to help
Hope this is helpful and to hear back
Cheers
e: https://github.com/jmathai/elodie#using-fallback-folders
hardware: Apple, MacBook Pro (Retina, 15-inch, Mid 2014) software - operating system: Apple, macOS, 10.14.4 (18E226)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Custom Folder Structure in ASP.NET MVC 5 - Stack Overflow
I set the value to true and tested locally with an empty folder in the project, a route redirecting to Home/Index , and...
Read more >Two SFDX project folder structure questions
Understanding how the Salesforce CLI uses SFDX Projects and Package Directories to synchronize metadata with scratch orgs can help you get the ...
Read more >Building a foundational folder structure at scale - YouTube
Set your users up for success by building an intuitive, scalable folder structure. In this session, you'll hear from Box experts and ...
Read more >Find Files Faster: How to Organize Files and Folders - Zapier
With organized file and folder structures. ... Folder structures can help, just like drawers and dividers can keep your clothes organized.
Read more >Structures of Directory in Operating System - GeeksforGeeks
The main problem with this kind of directory structure is to calculate the total size or space that has been taken by the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the detailed response. That’s a clever workaround for what I’d consider to be a bug 😃
Closing as a duplicate of #245.