This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository mteleplayer. from d60c58f add COPYING file new 5ebba5c Provide comment on future of mTPAArtExtractor. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: .../applications/mteleplayer/mTPAArtExtractor | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/mteleplayer.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository mteleplayer. commit 5ebba5c33c37b2eee03934dec8fc5c360dff4bb2 Author: gznget <opensource@gznianguan.com> Date: Sun Jul 6 17:41:18 2014 +0200 Provide comment on future of mTPAArtExtractor. --- .../applications/mteleplayer/mTPAArtExtractor | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/serverside/lib/telekinesis/server/applications/mteleplayer/mTPAArtExtractor b/serverside/lib/telekinesis/server/applications/mteleplayer/mTPAArtExtractor index 4443762..0551f17 100755 --- a/serverside/lib/telekinesis/server/applications/mteleplayer/mTPAArtExtractor +++ b/serverside/lib/telekinesis/server/applications/mteleplayer/mTPAArtExtractor @@ -27,7 +27,12 @@ # # Web: http://opensource.gznianguan.com/ # E-mail: <opensource@gznianguan.com> - +############################################################################### +# +# This will soon be replaced with a sligthly better/cleaner script. +# But for now it works fairly ok. +# +############################################################################### my $inFile = @ARGV[0]; if (-f $inFile) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/mteleplayer.git