文件名称:paperclip_torrent:生成一个.torrent文件以补充您的回形针上传
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-10 12:26:29
Ruby
回形针 将已处理的回形针附件转换为可下载的torrent文件,以供以后检索。 设置 当前,PaperclipTorrent在Paperclip上需要一个边缘版本以支持多种样式保存。 要使用,请将以下内容添加到您的Gemfile中: gem 'paperclip', github: "thoughtbot/paperclip" gem 'paperclip_torrent', github: "fattymiller/paperclip_torrent" 在模型中,正常设置has_attached_files ,包括:torrentify处理器,如下所示: has_attached_file :attachment, { styles: { audio_128kbps_44100hz: { format: 'mp3', torrentify: true }, hd_720
【文件预览】:
paperclip_torrent-master
----paperclip_torrent.gemspec(877B)
----Rakefile(582B)
----test()
--------test_helper.rb(469B)
--------dummy()
--------paperclip_torrent_test.rb(148B)
----Gemfile(542B)
----Gemfile.lock(2KB)
----.gitignore(140B)
----lib()
--------tasks()
--------paperclip_torrent.rb(390B)
--------paperclip_torrent()
----README.md(4KB)
----MIT-LICENSE(1KB)