From 84e5530b889470619ff7750ba8fb314342cb1e8b Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 9 Aug 2012 10:33:43 -0400 Subject: [PATCH] cc-4105: formatted commits --- .../media-monitor/airtimefilemonitor/replaygain.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python_apps/media-monitor/airtimefilemonitor/replaygain.py b/python_apps/media-monitor/airtimefilemonitor/replaygain.py index ef3d51039..c41f3308d 100644 --- a/python_apps/media-monitor/airtimefilemonitor/replaygain.py +++ b/python_apps/media-monitor/airtimefilemonitor/replaygain.py @@ -71,16 +71,17 @@ def get_file_type(file_path): def calculate_replay_gain(file_path): """ - This function accepts files of type mp3/ogg/flac and returns a calculated ReplayGain value in dB. - If the value cannot be calculated for some reason, then we default to 0 (Unity Gain). + This function accepts files of type mp3/ogg/flac and returns a calculated + ReplayGain value in dB. If the value cannot be calculated for some reason, + then we default to 0 (Unity Gain). http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_1.0_specification """ try: """ - Making a duplicate is required because the ReplayGain extraction utilities we use - make unwanted modifications to the file. + Making a duplicate is required because the ReplayGain extraction + utilities we use make unwanted modifications to the file. """ search = None