From 4822d95760e190f41e196d90fb882cdccf82170a Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Wed, 19 Jun 2013 11:07:39 +0200 Subject: [PATCH] Move files around --- lib/config/{getConfig => get} | 0 lib/config/{getConfigDestination => getDestination} | 0 lib/config/{getConfigGeneral => getGeneral} | 0 lib/config/{getConfigSource => getSource} | 0 lib/copy/{copyFiles_action => action} | 0 lib/copy/{checkCopy => check} | 0 lib/copy/{copyFiles_matching => matching} | 0 lib/database/{closeDatabase => close} | 0 lib/database/{openDatabase => open} | 0 lib/decode/{decodeFile => file} | 0 lib/decode/{decodeMpcdec => mpcdec} | 0 lib/decode/{decodeOpusdec => opusdec} | 0 lib/decode/{decodeSox => sox} | 0 lib/destinations/{createDestinations => create} | 0 lib/encode/{encodeFile::mp3 => mp3} | 0 lib/encode/{encodeFile::opus => opus} | 0 lib/encode/{encodeFile::vorbis => vorbis} | 0 lib/setup/{setupDestination => destination} | 0 lib/setup/{setupDestinations => destinations} | 0 lib/setup/{setupGeneral => general} | 0 lib/setup/{setupSource => source} | 0 lib/tags/{getInfos::ffmpeg => ffmpeg} | 0 lib/tags/{getInfos::FLAC => flac} | 0 lib/tags/{getTags => gettags} | 0 lib/tags/{getInfos::Ogg => ogg} | 0 lib/tags/{getInfos::Opus => opus} | 0 lib/tags/{updateTags => update} | 0 lib/workers/{checkworkers => check} | 0 lib/workers/{createworker => create} | 0 lib/workers/{destroyworker => destroy} | 0 lib/workers/{getworkerid => getid} | 0 31 files changed, 0 insertions(+), 0 deletions(-) rename lib/config/{getConfig => get} (100%) rename lib/config/{getConfigDestination => getDestination} (100%) rename lib/config/{getConfigGeneral => getGeneral} (100%) rename lib/config/{getConfigSource => getSource} (100%) rename lib/copy/{copyFiles_action => action} (100%) rename lib/copy/{checkCopy => check} (100%) rename lib/copy/{copyFiles_matching => matching} (100%) rename lib/database/{closeDatabase => close} (100%) rename lib/database/{openDatabase => open} (100%) rename lib/decode/{decodeFile => file} (100%) rename lib/decode/{decodeMpcdec => mpcdec} (100%) rename lib/decode/{decodeOpusdec => opusdec} (100%) rename lib/decode/{decodeSox => sox} (100%) rename lib/destinations/{createDestinations => create} (100%) rename lib/encode/{encodeFile::mp3 => mp3} (100%) rename lib/encode/{encodeFile::opus => opus} (100%) rename lib/encode/{encodeFile::vorbis => vorbis} (100%) rename lib/setup/{setupDestination => destination} (100%) rename lib/setup/{setupDestinations => destinations} (100%) rename lib/setup/{setupGeneral => general} (100%) rename lib/setup/{setupSource => source} (100%) rename lib/tags/{getInfos::ffmpeg => ffmpeg} (100%) rename lib/tags/{getInfos::FLAC => flac} (100%) rename lib/tags/{getTags => gettags} (100%) rename lib/tags/{getInfos::Ogg => ogg} (100%) rename lib/tags/{getInfos::Opus => opus} (100%) rename lib/tags/{updateTags => update} (100%) rename lib/workers/{checkworkers => check} (100%) rename lib/workers/{createworker => create} (100%) rename lib/workers/{destroyworker => destroy} (100%) rename lib/workers/{getworkerid => getid} (100%) diff --git a/lib/config/getConfig b/lib/config/get similarity index 100% rename from lib/config/getConfig rename to lib/config/get diff --git a/lib/config/getConfigDestination b/lib/config/getDestination similarity index 100% rename from lib/config/getConfigDestination rename to lib/config/getDestination diff --git a/lib/config/getConfigGeneral b/lib/config/getGeneral similarity index 100% rename from lib/config/getConfigGeneral rename to lib/config/getGeneral diff --git a/lib/config/getConfigSource b/lib/config/getSource similarity index 100% rename from lib/config/getConfigSource rename to lib/config/getSource diff --git a/lib/copy/copyFiles_action b/lib/copy/action similarity index 100% rename from lib/copy/copyFiles_action rename to lib/copy/action diff --git a/lib/copy/checkCopy b/lib/copy/check similarity index 100% rename from lib/copy/checkCopy rename to lib/copy/check diff --git a/lib/copy/copyFiles_matching b/lib/copy/matching similarity index 100% rename from lib/copy/copyFiles_matching rename to lib/copy/matching diff --git a/lib/database/closeDatabase b/lib/database/close similarity index 100% rename from lib/database/closeDatabase rename to lib/database/close diff --git a/lib/database/openDatabase b/lib/database/open similarity index 100% rename from lib/database/openDatabase rename to lib/database/open diff --git a/lib/decode/decodeFile b/lib/decode/file similarity index 100% rename from lib/decode/decodeFile rename to lib/decode/file diff --git a/lib/decode/decodeMpcdec b/lib/decode/mpcdec similarity index 100% rename from lib/decode/decodeMpcdec rename to lib/decode/mpcdec diff --git a/lib/decode/decodeOpusdec b/lib/decode/opusdec similarity index 100% rename from lib/decode/decodeOpusdec rename to lib/decode/opusdec diff --git a/lib/decode/decodeSox b/lib/decode/sox similarity index 100% rename from lib/decode/decodeSox rename to lib/decode/sox diff --git a/lib/destinations/createDestinations b/lib/destinations/create similarity index 100% rename from lib/destinations/createDestinations rename to lib/destinations/create diff --git a/lib/encode/encodeFile::mp3 b/lib/encode/mp3 similarity index 100% rename from lib/encode/encodeFile::mp3 rename to lib/encode/mp3 diff --git a/lib/encode/encodeFile::opus b/lib/encode/opus similarity index 100% rename from lib/encode/encodeFile::opus rename to lib/encode/opus diff --git a/lib/encode/encodeFile::vorbis b/lib/encode/vorbis similarity index 100% rename from lib/encode/encodeFile::vorbis rename to lib/encode/vorbis diff --git a/lib/setup/setupDestination b/lib/setup/destination similarity index 100% rename from lib/setup/setupDestination rename to lib/setup/destination diff --git a/lib/setup/setupDestinations b/lib/setup/destinations similarity index 100% rename from lib/setup/setupDestinations rename to lib/setup/destinations diff --git a/lib/setup/setupGeneral b/lib/setup/general similarity index 100% rename from lib/setup/setupGeneral rename to lib/setup/general diff --git a/lib/setup/setupSource b/lib/setup/source similarity index 100% rename from lib/setup/setupSource rename to lib/setup/source diff --git a/lib/tags/getInfos::ffmpeg b/lib/tags/ffmpeg similarity index 100% rename from lib/tags/getInfos::ffmpeg rename to lib/tags/ffmpeg diff --git a/lib/tags/getInfos::FLAC b/lib/tags/flac similarity index 100% rename from lib/tags/getInfos::FLAC rename to lib/tags/flac diff --git a/lib/tags/getTags b/lib/tags/gettags similarity index 100% rename from lib/tags/getTags rename to lib/tags/gettags diff --git a/lib/tags/getInfos::Ogg b/lib/tags/ogg similarity index 100% rename from lib/tags/getInfos::Ogg rename to lib/tags/ogg diff --git a/lib/tags/getInfos::Opus b/lib/tags/opus similarity index 100% rename from lib/tags/getInfos::Opus rename to lib/tags/opus diff --git a/lib/tags/updateTags b/lib/tags/update similarity index 100% rename from lib/tags/updateTags rename to lib/tags/update diff --git a/lib/workers/checkworkers b/lib/workers/check similarity index 100% rename from lib/workers/checkworkers rename to lib/workers/check diff --git a/lib/workers/createworker b/lib/workers/create similarity index 100% rename from lib/workers/createworker rename to lib/workers/create diff --git a/lib/workers/destroyworker b/lib/workers/destroy similarity index 100% rename from lib/workers/destroyworker rename to lib/workers/destroy diff --git a/lib/workers/getworkerid b/lib/workers/getid similarity index 100% rename from lib/workers/getworkerid rename to lib/workers/getid