notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/bazarr/pkg-plist

Number of commits found: 13

Saturday, 2 Mar 2024
13:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update version 1.4.0=>1.4.2

Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v1.4.2

PR:		277173
Approved by:	submitter is maintainer
commit hash: fa75953850ed8323f41237148256eb90b76ca094 commit hash: fa75953850ed8323f41237148256eb90b76ca094 commit hash: fa75953850ed8323f41237148256eb90b76ca094 commit hash: fa75953850ed8323f41237148256eb90b76ca094 fa75953
Wednesday, 13 Dec 2023
07:47 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.4.0

ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.4.0

 * Dropped support for Python 3.7 because our dependencies doesn't support it
   anymore.
 * Fixed Whisper provider to make it throttle longer after ConnectionError
 * Fixed an issue that could clear episodes history in case Sonarr API return
   something else than valid series or episodes.
 * Improved providers exceptions throttling to reduce useless calls to
   providers.
 * Fixed infinite download retry loop in whisperai provider b25d416
 * Fixed (sqlite3.OperationalError) too many SQL variables issue while inserting
   too many episodes at the same time.
 * Fixed issue with series/movies import using a deleted default languages
   profile.
 * Modified "no subtitles found" notification to be a message instead of an
   error.
 * Fixed improper subtitles being downloaded when HI is required by languages
   profile.
 * Fixed languages profile creation issue.
 * Prevent overwriting season and episode number guessed from file name with db
   values unless they haven't been properly guessed.
 * Hide clipboard button when is not possible to copy to clipboard
 * Subdivx provider: improve language matching
 * Improve mods
 * Fixed an error in previous commit that would prevent episodes syncing.
 * Fixed compression type for backup.
 * Fixed other issues with subzero_mods parsing.
 * Fixed issues with SQlite older than 3.35.
 * Avoid FileNotFoundError indexing subtitles
 * Improved compression ratio of backup.
 * Improved stability by usinf Python f-string as much as possible to prevent
   TypeError and improve code readability.
 * Fixed issue while parsing enabled mods during subtitles download 225d79e
 * Fixed config.ini conversion by disabling interpolation with ConfigParser that
   failed with addic7ed cookie.
 * Fixed datatype issue when creating a new languages profile with PostgreSQL.
 * Changing from config.ini to config.yaml

PR:		275699
Reported by:	michiel@vanbaak.eu (maintainer)
commit hash: d2c21bd6139de9751b7cbdfe5c8ddfa5232aa500 commit hash: d2c21bd6139de9751b7cbdfe5c8ddfa5232aa500 commit hash: d2c21bd6139de9751b7cbdfe5c8ddfa5232aa500 commit hash: d2c21bd6139de9751b7cbdfe5c8ddfa5232aa500 d2c21bd
Tuesday, 17 Oct 2023
07:45 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.3.1

While here add missing WWW

ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.3.1

 * HDBits provider: add search filters
 * EmbeddedSubtitles provider: add blacklist support
 * HDBits provider: handle JSON errors
 * Exposed subtitle file size through API
 * Fixed hosszupuska website parsing issue.
 * Improved throttling duration for some common configuration or connection
   issues.
 * Fixed history logging of downloaded and uploaded subtitles.
 * Improved synchronization speed for Sonarr and Radarr.
 * Fixed history logging issue for episodes and movies subtitles.
 * EmbeddedSubtitles provider: update subtitles checker
 * HDBits provider: improve episode matching
 * Fixed an additional issue with
 * Add HDBits.org provider
 * Fixed database migration process causing UNIQUE constraint in some edge cases
   where duplicate ID root folders where stored.
 * Fixed latest migration that cleared history for sqlite users.
 * Added error logging when trying to determine malformed audio track languages.
 * Added logging for opensubtitles.com 400 error.
 * Fixed Postgres issues while creating new database with v1.3.0.
 * Subdivx provider: improve movies matches
 * Update providers exception regex for Windows
 * Fixed some code to prevent arbitrary file read and blind SSRF.
 * Removed sucha provider that doesn't exist anymore.

PR:		274485
Reported by:	michiel@vanbaak.eu (maintainer)
commit hash: 98530ec49eeee1d3d21174f4a16fc569041dc042 commit hash: 98530ec49eeee1d3d21174f4a16fc569041dc042 commit hash: 98530ec49eeee1d3d21174f4a16fc569041dc042 commit hash: 98530ec49eeee1d3d21174f4a16fc569041dc042 98530ec
Sunday, 17 Sep 2023
15:26 Robert Clausecker (fuz) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.3.0

 * Switched ORM from peewee to SQLAlchemy
 * big updates to the embedded subtitles and opensubtitles providers

Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v1.3.0

PR:		273852
commit hash: 8328eafe19d8bff2c7b5e0355b117ebaacaf7264 commit hash: 8328eafe19d8bff2c7b5e0355b117ebaacaf7264 commit hash: 8328eafe19d8bff2c7b5e0355b117ebaacaf7264 commit hash: 8328eafe19d8bff2c7b5e0355b117ebaacaf7264 8328eaf
Friday, 14 Jul 2023
15:06 Nuno Teixeira (eduardo) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.2.3

ChangeLog:	https://github.com/morpheus65535/bazarr/releases/tag/v1.2.3
PR:		272500
commit hash: 8ff24ac7d902c5273d2c5d0a196009e1e6bdd090 commit hash: 8ff24ac7d902c5273d2c5d0a196009e1e6bdd090 commit hash: 8ff24ac7d902c5273d2c5d0a196009e1e6bdd090 commit hash: 8ff24ac7d902c5273d2c5d0a196009e1e6bdd090 8ff24ac
Sunday, 2 Jul 2023
17:36 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.2.2

ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.2.2

 * Add debugging changes
 * Reverting b6777bc edfbb1a
 * Added experimental Python 3.11 support
 * Debugging: update subtitle and language representations
 * Updated pytz module to support latest timezone changes
 * Fix path mapping issues ab3c171
 * Subf2m provider: improve episode matching
 * Fix issues when saving the notification providers
 * Fixed issue in releases page since we upgraded Mantine.
 * Removed leftover from legendas.tv provider.
 * Fixed issue where subtitles would get upgraded even if not required anymore
   by shows languages profile.
 * Subf2m provider: improve queries
 * Embedded Subtitles provider
 * Update language equals mechanism
 * Subf2m provider: add support for IMDB IDs
 * Embedded Subtitles provider: handle ASS errors
 * Subf2m Provider: add user-agent header configuration
 * Fixed yavka.net provider.
 * Increase width of the manually search modal
 * Fixed some UI issues caused by React and Mantine upgrade.
 * Fixed server side exception throttling opensubtitles.com when it shouldn't.
 * Fixed Chinese translation issue (zh and zt inverted).
 * Updated apprise module to improve notification system.
 * Update all UI dependencies and update React version to 18
 * Downgrade Axios to fix a settings saving issue.
 * Added support for Portuguese and Simplified Chinese to opensubtitles.com.
 * Added some exceptions that shouldn't be retried to retry function.
 * Language-equals: add compatibility for more providers
 * Fixed external subtitles indexation with accented characters that resulted
   in download in loop.
 * Added feature to treat couples of languages as equal when searching for
   subtitles
 * Fixed type in opensubtitles.com provider that could cause
   AuthenticationError for new users.
 * Specify ffmpeg path in case it's not in PATH envvar
 * Add support for custom languages in audio tracks
 * Use literals instead of scripts for custom languages
 * Fixed AI and machine translated subtitles being incorrectly returned by
    Opensubtitles.com
 * Emergency fix for custom languages issue
 * Add mediainfo support for custom languages
 * Implemented gzip compression of http requests made to Bazarr
 * Subdivx Provider: improve series matching
 * Fixed yify provider MissingSchema exception on download.
 * Fixed zimuku.org parsing error
 * SuperSubtitles provider: fix hungarian subtitles downloads
 * Fixed SyntaxError under Python 3.7

PR:		272274
Reported by:	michiel@vanbaak.eu (maintainer)
commit hash: 1ab1a45e9b59a4c8269a405f73f1526fe9364a04 commit hash: 1ab1a45e9b59a4c8269a405f73f1526fe9364a04 commit hash: 1ab1a45e9b59a4c8269a405f73f1526fe9364a04 commit hash: 1ab1a45e9b59a4c8269a405f73f1526fe9364a04 1ab1a45
Saturday, 6 May 2023
09:01 Robert Clausecker (fuz) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.2.1

Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v1.2.1

PR:		271256
commit hash: 6272f0fc536c2488f7647e56d44de0418ae169a6 commit hash: 6272f0fc536c2488f7647e56d44de0418ae169a6 commit hash: 6272f0fc536c2488f7647e56d44de0418ae169a6 commit hash: 6272f0fc536c2488f7647e56d44de0418ae169a6 6272f0f
Wednesday, 8 Mar 2023
10:19 Robert Clausecker (fuz) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.2.0

Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v1.2.0

PR:		270006
commit hash: bcfadbafc3b8b25f5d305fecacc49a5ab35c11f4 commit hash: bcfadbafc3b8b25f5d305fecacc49a5ab35c11f4 commit hash: bcfadbafc3b8b25f5d305fecacc49a5ab35c11f4 commit hash: bcfadbafc3b8b25f5d305fecacc49a5ab35c11f4 bcfadba
Monday, 2 Jan 2023
20:39 Nuno Teixeira (eduardo) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.1.4

ChangeLog:	https://github.com/morpheus65535/bazarr/releases/tag/v1.1.4
PR:		268713
commit hash: cf86795a195c23c05dcbfc9d3db10f315b5ac4f2 commit hash: cf86795a195c23c05dcbfc9d3db10f315b5ac4f2 commit hash: cf86795a195c23c05dcbfc9d3db10f315b5ac4f2 commit hash: cf86795a195c23c05dcbfc9d3db10f315b5ac4f2 cf86795
Tuesday, 6 Dec 2022
21:17 Daniel Engberg (diizzy) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.1.3

Changelog: https://github.com/morpheus65535/bazarr/releases/tag/v1.1.3

PR:		268170
commit hash: 29e53527b26287ca004f6b490b85b697d71bd6a8 commit hash: 29e53527b26287ca004f6b490b85b697d71bd6a8 commit hash: 29e53527b26287ca004f6b490b85b697d71bd6a8 commit hash: 29e53527b26287ca004f6b490b85b697d71bd6a8 29e5352
Tuesday, 18 Oct 2022
19:18 Nuno Teixeira (eduardo) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.1.2

ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.1.2

PR:		267166
MFH:		2022Q4 (bugfixes)
commit hash: 81b4c1dc693c77f77c9bd059696ec13766f9f7f6 commit hash: 81b4c1dc693c77f77c9bd059696ec13766f9f7f6 commit hash: 81b4c1dc693c77f77c9bd059696ec13766f9f7f6 commit hash: 81b4c1dc693c77f77c9bd059696ec13766f9f7f6 81b4c1d
Friday, 2 Sep 2022
16:29 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.1.1

ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.1.1

PR:		266127
Reported by:	michiel@vanbaak.eu (maintainer)
MFH:		2022Q3 (bugfixes)
commit hash: 58c6bdf51dfc387ad5bba1ecd244fb6168a6967f commit hash: 58c6bdf51dfc387ad5bba1ecd244fb6168a6967f commit hash: 58c6bdf51dfc387ad5bba1ecd244fb6168a6967f commit hash: 58c6bdf51dfc387ad5bba1ecd244fb6168a6967f 58c6bdf
Wednesday, 6 Jul 2022
20:52 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michiel van Baak Jansen
net-p2p/bazarr: Update to 1.1.0

ChangeLog: https://github.com/morpheus65535/bazarr/releases/tag/v1.1.0

PR:	265015
Reported by:	michiel@vanbaak.eu (maintainer)
MFH:	2022Q3 (bugfix release)
commit hash: 99c5e7755fed1f5c28cb0edaf4420c3a58a351af commit hash: 99c5e7755fed1f5c28cb0edaf4420c3a58a351af commit hash: 99c5e7755fed1f5c28cb0edaf4420c3a58a351af commit hash: 99c5e7755fed1f5c28cb0edaf4420c3a58a351af 99c5e77

Number of commits found: 13