New port: multimedia/filebot: the ultimate tool for organizing and renaming your media
FileBot is the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works. FileBot makes organizing your movies and TV shows a breeze! We'll automatically match your files with information from various online databases. How you want your media files to be named and organized is completely up to you. Our groovy format engine supports pretty much anything! Fetching subtitles is just as easy, just drop it in! Besides automatic lookup you'll also be able to manually search and download subtitles, preview subtitles and fix encoding problems (e.g. force UTF-8). Use FileBot on the command-line! There is a simple CLI for core tasks like renaming media files and fetching subtitles as well as checking or creating SFV files. On top of that you can use our scripting engine to define more complex automated processing. There's already shared scripts for various tasks that you can just run right away or further customize to your needs. Setting up a fully automated media center - extract archives, organize tv shows and movies, download subtitles, fetch artwork and metadata, update Kodi - with FileBot it's that easy! WWW: https://www.filebot.net/ PR: 254226 Submitted by: Dan Kotowski <dan.kotowski AT a9development DOT com>
This commit is contained in:
parent
28c528249d
commit
21e0c9f3e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568599
@ -64,6 +64,7 @@
|
||||
SUBDIR += ffmpeg2theora
|
||||
SUBDIR += ffmpegthumbnailer
|
||||
SUBDIR += ffms2
|
||||
SUBDIR += filebot
|
||||
SUBDIR += flvmeta
|
||||
SUBDIR += flvstreamer
|
||||
SUBDIR += flvtool++
|
||||
|
41
multimedia/filebot/Makefile
Normal file
41
multimedia/filebot/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= filebot
|
||||
DISTVERSION= 4.9.3
|
||||
CATEGORIES= multimedia java
|
||||
MASTER_SITES= https://get.filebot.net/filebot/FileBot_${DISTVERSION}/
|
||||
DISTNAME= FileBot_${DISTVERSION}-portable
|
||||
|
||||
MAINTAINER= dan.kotowski@a9development.com
|
||||
COMMENT= FileBot is the ultimate tool for organizing and renaming your media
|
||||
|
||||
LICENSE= FileBot_EULA
|
||||
LICENSE_NAME= FileBot End User License Agreement
|
||||
LICENSE_TEXT= Description of the license can be obtained from the following URL: \
|
||||
https://www.filebot.net/eula.html
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
RUN_DEPENDS= ffprobe:multimedia/ffmpeg \
|
||||
chromaprint>0:audio/chromaprint \
|
||||
jna>0:devel/jna \
|
||||
openjfx14>0:java/openjfx14
|
||||
|
||||
USES= tar:xz
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 11
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
NO_INSTALL= yes
|
||||
NO_TEST= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/jar
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/filebot.sh ${STAGEDIR}${PREFIX}/share/${PORTNAME}/
|
||||
@cd ${WRKSRC}/jar && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/${PORTNAME}/jar/
|
||||
${RLN} ${STAGEDIR}${PREFIX}/share/${PORTNAME}/filebot.sh ${STAGEDIR}${PREFIX}/bin/filebot
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/filebot/distinfo
Normal file
3
multimedia/filebot/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1614693879
|
||||
SHA256 (FileBot_4.9.3-portable.tar.xz) = 4fecbc93be7bfea14254e09cfd235cedaf8a9b2b1c3e5a30b9b35063332bf236
|
||||
SIZE (FileBot_4.9.3-portable.tar.xz) = 34557528
|
23
multimedia/filebot/pkg-descr
Normal file
23
multimedia/filebot/pkg-descr
Normal file
@ -0,0 +1,23 @@
|
||||
FileBot is the ultimate tool for organizing and renaming your Movies, TV Shows
|
||||
and Anime as well as fetching subtitles and artwork. It's smart and just works.
|
||||
|
||||
FileBot makes organizing your movies and TV shows a breeze! We'll automatically
|
||||
match your files with information from various online databases. How you want
|
||||
your media files to be named and organized is completely up to you. Our groovy
|
||||
format engine supports pretty much anything!
|
||||
|
||||
Fetching subtitles is just as easy, just drop it in! Besides automatic lookup
|
||||
you'll also be able to manually search and download subtitles, preview subtitles
|
||||
and fix encoding problems (e.g. force UTF-8).
|
||||
|
||||
Use FileBot on the command-line! There is a simple CLI for core tasks like
|
||||
renaming media files and fetching subtitles as well as checking or creating SFV
|
||||
files. On top of that you can use our scripting engine to define more complex
|
||||
automated processing. There's already shared scripts for various tasks that you
|
||||
can just run right away or further customize to your needs.
|
||||
|
||||
Setting up a fully automated media center - extract archives, organize tv shows
|
||||
and movies, download subtitles, fetch artwork and metadata, update Kodi - with
|
||||
FileBot it's that easy!
|
||||
|
||||
WWW: https://www.filebot.net/
|
13
multimedia/filebot/pkg-message
Normal file
13
multimedia/filebot/pkg-message
Normal file
@ -0,0 +1,13 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
FileBot relies on OpenJDK 11. You may need to set the following in your profile:
|
||||
|
||||
JAVA_HOME=/usr/local/openjdk11
|
||||
|
||||
You may also wish to use an alias, like:
|
||||
|
||||
alias filebot='JAVA_HOME=/usr/local/openjdk11 LD_LIBRARY_PATH=/usr/local/share/java/classes filebot'
|
||||
EOM
|
||||
}
|
||||
]
|
51
multimedia/filebot/pkg-plist
Normal file
51
multimedia/filebot/pkg-plist
Normal file
@ -0,0 +1,51 @@
|
||||
bin/filebot
|
||||
share/filebot/filebot.sh
|
||||
share/filebot/jar/args4j.jar
|
||||
share/filebot/jar/bcpg.jar
|
||||
share/filebot/jar/bcpkix.jar
|
||||
share/filebot/jar/bcprov.jar
|
||||
share/filebot/jar/bencode.jar
|
||||
share/filebot/jar/caffeine.jar
|
||||
share/filebot/jar/commons-io.jar
|
||||
share/filebot/jar/commons-logging.jar
|
||||
share/filebot/jar/darcula.jar
|
||||
share/filebot/jar/ehcache.jar
|
||||
share/filebot/jar/failureaccess.jar
|
||||
share/filebot/jar/filebot.jar
|
||||
share/filebot/jar/glazedlists.jar
|
||||
share/filebot/jar/groovy-datetime.jar
|
||||
share/filebot/jar/groovy-dateutil.jar
|
||||
share/filebot/jar/groovy-json.jar
|
||||
share/filebot/jar/groovy-jsr223.jar
|
||||
share/filebot/jar/groovy-nio.jar
|
||||
share/filebot/jar/groovy-xml.jar
|
||||
share/filebot/jar/groovy.jar
|
||||
share/filebot/jar/guava.jar
|
||||
share/filebot/jar/icu4j.jar
|
||||
share/filebot/jar/imgscalr.jar
|
||||
share/filebot/jar/istack-commons-runtime.jar
|
||||
share/filebot/jar/ivy.jar
|
||||
share/filebot/jar/jakarta.activation.jar
|
||||
share/filebot/jar/jakarta.mail.jar
|
||||
share/filebot/jar/jakarta.xml.bind-api.jar
|
||||
share/filebot/jar/java-objc-bridge.jar
|
||||
share/filebot/jar/jaxb-core.jar
|
||||
share/filebot/jar/jaxb-runtime.jar
|
||||
share/filebot/jar/jna-platform.jar
|
||||
share/filebot/jar/jna.jar
|
||||
share/filebot/jar/json-io.jar
|
||||
share/filebot/jar/jsoup.jar
|
||||
share/filebot/jar/language-detector.jar
|
||||
share/filebot/jar/lanterna.jar
|
||||
share/filebot/jar/metadata-extractor.jar
|
||||
share/filebot/jar/miglayout-core.jar
|
||||
share/filebot/jar/miglayout-swing.jar
|
||||
share/filebot/jar/rsyntaxtextarea.jar
|
||||
share/filebot/jar/sevenzipjbinding.jar
|
||||
share/filebot/jar/simmetrics-core.jar
|
||||
share/filebot/jar/slf4j-api.jar
|
||||
share/filebot/jar/slf4j-jdk14.jar
|
||||
share/filebot/jar/streamex.jar
|
||||
share/filebot/jar/xmlrpc.jar
|
||||
share/filebot/jar/xmpcore.jar
|
||||
share/filebot/jar/xz.jar
|
Loading…
Reference in New Issue
Block a user