/[general]/random/tagtheora.kaptn
ViewVC logotype

Diff of /random/tagtheora.kaptn

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by nieder, Tue Apr 7 15:01:52 2009 UTC revision 1.4 by nieder, Sun Apr 26 02:18:38 2009 UTC
# Line 1  Line 1 
1  #!/sw/bin/kaptain  #!/usr/bin/env kaptain
2    
3    # TagTheora.kaptn
4    # A Kaptain based front-end for the the tagtheora.py script.
5    #
6    # Copyright (c) 2009 Hanspeter Niederstrasser
7    #
8    # This program is free software; you can redistribute it and/or
9    # modify it under the terms of the GNU General Public License
10    # as published by the Free Software Foundation; either version
11    # 2 of the License, or (at your option) any later version.
12    #
13    # This program is distributed in the hope that it will be useful,
14    # but WITHOUT ANY WARRANTY; without even the implied warranty of
15    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16    # General Public License for more details.
17    #
18    # You should have received a copy of the GNU General Public License
19    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
20    
21  start "tagtheora" -> command buttons;  start "tagtheora" -> command buttons;
22    
# Line 6  command -> "/usr/bin/env python tagtheor Line 24  command -> "/usr/bin/env python tagtheor
24    
25  options :framed ->  tags " " inputfile;  options :framed ->  tags " " inputfile;
26    
27  inputfile "File to tag:" -> " "@infile;  inputfile "File to tag:" -> " \"" @infile "\"";
28    
29  tags :vertical :double -> title_tag artist_tag album_tag license_tag copyright_tag date_tag location_tag organization_tag comment_tag;  tags :vertical :double -> title_tag artist_tag album_tag license_tag copyright_tag date_tag location_tag organization_tag comment_tag;
30    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.17