Hi Jaran
I'm quite happy to hack the device-config.xml and experiment with different patterns.
I wanted a few extra translations so I've made my own edits to the SyncPatternTranslator module, to add the following translations.
%PLAYLIST%
%ARTISTINITIAL% // For creating subfolders A, B, C etc
%GENRE%
%YEAR%
%DECADE% = (track.Year == 0 ? "Unknown Year" : track.Year.ToString().Substring(0,3) + "0s"); // Rough & Ready
Would you consider adding these to the core software?
Thanks
Andy
On Friday, January 20, 2012 6:28:50 AM UTC, Jaran wrote:
Hi,
I've added a couple of new patterns in the latest master branch, one of them is an Album/track pattern. Hopefully I'll manage to get that version out within reasonable time.
Hi Jaran,
today I found your program and it is nearly exactly, what I was
looking for. I want to hear my audio podcasts in my car and so I need
to sync them with a USB stick. Unfortunately for podcasts your default
synchronize patterns are to less. Podcasts are usually grouped by an
Album Name. The artist name can differ in some podcasts.
I would be very glad, if you could add a synchronize pattern like
"Album/track" for podcasts in your next version. I would do it my
self, but I don't have a development IDE for C# on my computer at the
moment.
Thanks in advance! I appreciate your work!!
Stefan
--
You received this message because you are subscribed to the Google Groups "Notpod Dev" group.
To post to this group, send email to notpo...@googlegroups.com.