{"id":16334972,"url":"https://github.com/flexiondotorg/mp3gainer","last_synced_at":"2025-05-16T09:34:12.733Z","repository":{"id":144715525,"uuid":"157378558","full_name":"flexiondotorg/MP3Gainer","owner":"flexiondotorg","description":"Applies ReplayGain to a MP3 music collection","archived":false,"fork":false,"pushed_at":"2018-11-13T12:42:35.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T20:26:39.909Z","etag":null,"topics":["mp3","replaygain"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexiondotorg.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-13T12:42:21.000Z","updated_at":"2020-06-02T20:07:06.000Z","dependencies_parsed_at":"2024-06-28T14:31:22.874Z","dependency_job_id":null,"html_url":"https://github.com/flexiondotorg/MP3Gainer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiondotorg%2FMP3Gainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiondotorg%2FMP3Gainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiondotorg%2FMP3Gainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiondotorg%2FMP3Gainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexiondotorg","download_url":"https://codeload.github.com/flexiondotorg/MP3Gainer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254504704,"owners_count":22082074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mp3","replaygain"],"created_at":"2024-10-10T23:39:44.802Z","updated_at":"2025-05-16T09:34:12.694Z","avatar_url":"https://github.com/flexiondotorg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"License\n\nApplies ReplayGain to a MP3 music collection\nCopyright (c) 2013 Flexion.Org, http://flexion.org/\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nIntroduction\n\nMP3Gainer recursively applies ReplayGain to a MP3 music collection using\n'mp3gain'. ReplayGain can be applied in 'track' or 'album' mode. If\nReplayGain has previously been applied it can also be undone. It is\nimportant to understand that MP3Gainer 'album' really is per album, which\nis what you want. Trust me! :-)\n\nThe script can be run against a music collection directory structure of\nany depth, overcoming issues with similar scripts. You can of course just\nprocess a single directory at a time as well.\n\nThe first time you apply ReplayGain it takes a while to process each MP3\nfile. However, once a MP3 file has been processed subsequent runs of\n'mp3gain' are much, much quicker. Therefore you can reprocess entire\nmusic collections many times and only the new MP3s will have Replay Gain\napplied.\n\nUsage\n  ./MP3Gainer.sh musicdirectory [--track] [--album] [--undo] [--help]\n\nYou must supply one of the following modes of operation\n  --track : apply Track gain automatically (all files set to equal loudness)\n  --album : apply Album gain automatically (files are all from the same\n            album: a single gain change is applied to all files, so\n            their loudness relative to each other remains unchanged,\n            but the average album loudness is normalized)\n  --undo  : undo changes made by mp3gain (based on stored tag info)\n  --help  : This help.\n\nRequirements\n\n - bash, cat, echo, ls, mp3gain, which.\n\nKnown Limitations\n\n - Uses default settings for 'mp3gain'.\n - Only processes MP3 files.\n\nSource Code\n\nYou can grab the source from Launchpad. Contributions are welcome :-)\n\n - https://github.com/flexiondotorg/MP3Gainer\n\nReferences\n\n - http://ubuntuforums.org/showthread.php?t=1336014\n\nv121 2013, 6th October\n - Corrected switches for album mode.\n\nv1.2 2013, 17th March.\n - Use ID3v2 tags instead of APE.\n - Minor code clean up.\n\nv1.1 2011, 25th October.\n - Added a reference to this document.\n\nv1.0 2009, 14th August.\n - Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexiondotorg%2Fmp3gainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexiondotorg%2Fmp3gainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexiondotorg%2Fmp3gainer/lists"}