Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538198 - media-video/bashnapi-1.3.4 media-video/subotage-1.3.4 version bump
Summary: media-video/bashnapi-1.3.4 media-video/subotage-1.3.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-29 21:13 UTC by Michał Zielański
Modified: 2020-07-04 10:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Zielański 2015-01-29 21:13:09 UTC
Please bump the version to 1.3.4


v1.1.7
- introduced -e argument to specify default extension for output files. This helps when used in conjunction with subotage the script will detect that the conversion is not needed and will leave the remaining unconverted files with the default extension.

v1.1.8
- fix for a bug which deleted the resulting subtitles file when the converted file had the same name and extension as the source file

v1.1.9
napi.sh
- code cleanup (polish variable names renamed to english)
- merged changes from mcmajkel (Mac OS X compatibility)
subotage.sh
- by default subtitles with no end marker will be displayed for 5 seconds
- overlap detection function

v1.1.10
napi.sh
- added a --bigger-than flag, which can be used to download subtitles only for files bigger than the given size (in MB) - that way video samples can be sift out
- various corrections to the file search function

v1.1.11
napi.sh
- bugfixes
- added support to download subtitles in a selected language

v1.1.12
- fps detection using ffmpeg added
- corrections to subotage
- Abbreviations support added - you can add any custom string between the filename and it's extension

v1.1.13
- contributions from Maciej Lopacinski (iconv charset conversion) merged
- contributions from github user "emfor" merged (abbreviations support)
- created a test environment
- made napi.sh more compatible with old bash releases
- preparations to write unit tests

v1.2.1
- Major code redesign which includes -- decomposing code into small functional blocks -- assuring more compatibility with old shells -- implemented multithreading (spawning multiple processes ata time to speed up the processing -F options) -- "skip" option reimplemented and made more flexible -- multiple verbosity levels
- implemented unit test suite for napi.sh
- prepared test environment for system & unit tests (based on Vagrant & Puppet)
- prepared system tests for napi & subotage

v1.3.1
- napiprojekt3 XML API support implemented
- napiprojekt3 API as default engine (legacy mode still supported using --id pynapi or --id other)
- implemented media nfo retrieval from napi xml (napiprojekt3 API)
- implemented cover support using napi xml (napiprojekt3 API)
- fps detection using ffprobe + ffmpeg fps detection fixes
- subotage.sh reimplemented and code cleaned up
- fab support removed from subotage
- napi and subotage code integration
- extraction of common code to the napi_common.sh library
- unit tests for napi and subotage
- system tests for napi and subotage
- a lot of bugfixes and corrections
- napi bundle installer introduced
- many fixes to subotage format processing
- added logoverwrite option to napi

v1.3.2
- corrections for ffmpeg framerate detection
- corrections for the logging mechanism
- bugfixes
- subotage correction for minutes increment

v1.3.3
- added sig_interrupt handling - napi will try to clean temporary files when processing is due to be terminated on request
- correction for napiprojekt response handling when subtitles are not available
- correction for logging mechanism
- got rid of grep -o call since it's not supported by some busybox implementations

v1.3.4
- bugfix for system detection routine
- core detection routine bugfix
- test environment corrected test box name
- added -px debugging option to preserve the xml
- various fixes for mac osx

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-07-04 10:29:26 UTC
commit 76688c7c1ffd1d59c91fa5cad1995b31b48e22a1
Author: Michał Górny <mgorny@gentoo.org>
Date:   Sun Jan 5 07:02:17 2020 +0100

    media-video/bashnapi: Bump to 2.0.0

    Signed-off-by: Michał Górny <mgorny@gentoo.org>

and subotage is no longer in-tree.