-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace all references to "folder" with "directory" for consistency.
- Loading branch information
Showing
20 changed files
with
432 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27130.2026 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Music Folder Syncer", "Music Folder Syncer.vbproj", "{0B6BF188-5EA1-4928-869E-69ED233E80A6}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Debug|x64.ActiveCfg = Debug|x64 | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Debug|x64.Build.0 = Debug|x64 | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Release|x64.ActiveCfg = Release|x64 | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {BCECA4B7-9E79-4CB7-8F5A-DE9CD282986A} | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27130.2026 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Music Directory Syncer", "Music Directory Syncer.vbproj", "{0B6BF188-5EA1-4928-869E-69ED233E80A6}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Release|x64 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Debug|x64.ActiveCfg = Debug|x64 | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Debug|x64.Build.0 = Debug|x64 | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Release|x64.ActiveCfg = Release|x64 | ||
{0B6BF188-5EA1-4928-869E-69ED233E80A6}.Release|x64.Build.0 = Release|x64 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {BCECA4B7-9E79-4CB7-8F5A-DE9CD282986A} | ||
EndGlobalSection | ||
EndGlobal |
574 changes: 287 additions & 287 deletions
574
Music Folder Syncer.vbproj → Music Directory Syncer.vbproj
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Music Folder Syncer | ||
# Music Directory Syncer | ||
|
||
Music Folder Syncer is a Windows application that allows a directory of music files to be synced to any number of others, according to certain rulesets: | ||
Music Directory Syncer is a Windows application that allows a directory of music files to be synced to any number of others, according to certain rulesets: | ||
|
||
- Tags being present | ||
- Tags having certain values | ||
- File type | ||
|
||
Audio files can be converted to a chosen lossy format using ffmpeg if desired to save space, e.g. on a mobile device. This can be done to all files or just losslessly compressed ones. You can also choose to apply ReplayGain volume adjustment if the device you're using doesn't support ReplayGain tags. Once you've made your synced directory, you can use [any folder syncing application] to copy it to a mobile device, for example. | ||
Audio files can be converted to a chosen lossy format using ffmpeg if desired to save space, e.g. on a mobile device. This can be done to all files or just losslessly compressed ones. You can also choose to apply ReplayGain volume adjustment if the device you're using doesn't support ReplayGain tags. Once you've made your synced directory, you can use [any directory syncing application] to copy it to a mobile device, for example. | ||
|
||
![Create New Sync](/Screenshots/Create%20New%20Sync%20Window.png?raw=true "Create New Sync Window") | ||
|
||
Music Folder Syncer will run quietly in the background watching your chosen source directory for changes, and it will update all of your sync directories on-the-fly. | ||
Music Directory Syncer will run quietly in the background watching your chosen source directory for changes, and it will update all of your sync directories on-the-fly. | ||
|
||
[//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job.) | ||
|
||
|
||
[any folder syncing application]: <https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite> | ||
[any directory syncing application]: <https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.