もっとタグ付けを簡単にできないか

  • ためしにiLovePhotosでpixivイラスト50枚くらいを顔認識させてみたら、陰陽球がヒットしたw

もっとタグ付けを簡単にできないか

  • tagitをちょっと使ってみたけど、手動じゃ三日坊主確定
音楽
  • iTunes管理下にある音楽ファイルならCDデータベースを参照して、色々タグ付けするAppleScriptもできそうだ
  • 動画から抽出したmp3は、元動画の情報を継承
動画
  • 動画をDLする時点でタグ等の情報を保存すればよい
写真
  • これもDLする時点でタグ等の情報を保存すればよい
とゆうことでダウンローダーを作れということか

DL元のソースにはタグ情報があるわけだから、そこからタグ候補を引っ張り出せばいいじゃないか

コマンドラインでOpenMetaをあつかうomtool

omtool version 0.1 by Tom Andersen code.google.com/p/openmeta/ 

Usage: omtool [options] -p PATH[s] 

Note that commas are to be used nowhere - tag lists use quotes for two word tags in output

example (list tags and ratings):  omtool -p PATH
example (list tags and ratings multiple):  omtool -p PATH PATH
example (list tags): omtool -t -p PATH[s]
example (add tags): omtool -a foo bar -p PATH[s]
example (add tags with spaces): omtool -a "three word tag" "foo bar" -p PATH[s]
example (set tags):  omtool -s foo bar -p PATH[s]
example (clear all tags):  omtool -s -p PATH[s]
example (set rating 0 - 5 stars):  omtool -r3.5 -p PATH[s]
example (print rating):  omtool -r -p PATH[s]
example (clear rating):  omtool -r 0.0 -p PATH[s]
example (lousy rating):  omtool -r 0.1 -p PATH[s]