Bug 250265 - multimedia/py-tvnamer needs to be updated for new licensing
Summary: multimedia/py-tvnamer needs to be updated for new licensing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Muhammad Moinur Rahman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-11 07:52 UTC by huber.georg
Modified: 2020-10-11 14:19 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (bofh)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description huber.georg 2020-10-11 07:52:28 UTC
Hi, I use tvnamer 2.5 under FreeBSD. Until recently it worked perfectly until TheTVDB changed the access and now requires a (paid) key. So I paid a 1 year subscription and received a legacy API key. I edited the config_defaults.py file according to the sample config file on github as written by the developer dbr and added the line

# Custom API key from www.thetvdb.com - if None, uses tvnamer's default key 'tvdb_api_key': '5c59********f46a4db97196e61f',

But I do get the followien error:

ValueError: apikey argument is now required - an API key can be easily registered at https://thetvdb.com/api-information

The developer told me on github that this behavior appears to be due to the tvnamer port being outdated (new version seems to be 3.0.1 as on github). The tvdb_api I use is 3.0.2 (current).

As I am in no way qualified or able to install the tvnamer 3.0.1 version from sources I would kindly ask, whether you will release a port or a pkg sometimes.

Many thanks


Georg
Comment 1 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2020-10-11 09:09:17 UTC
I will try to update soon and might need your feedback as I haven't been using it recently.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-11 10:13:21 UTC
A commit references this bug:

Author: bofh
Date: Sun Oct 11 10:13:17 UTC 2020
New revision: 552044
URL: https://svnweb.freebsd.org/changeset/ports/552044

Log:
  multimedia/py-tvnamer: Update version 2.5=>3.0.1

  - Add TEST framework

  PR:		250265
  Reported by:	huber.georg@gmail.com
  Relnotes:	https://github.com/dbr/tvnamer/releases

Changes:
  head/multimedia/py-tvnamer/Makefile
  head/multimedia/py-tvnamer/distinfo
Comment 3 huber.georg 2020-10-11 14:06:44 UTC
(In reply to Muhammad Moinur Rahman from comment #1)

Cool thanks!

Can you tell me what I have to do to install (sorry, I am really a noob :-))
Comment 4 huber.georg 2020-10-11 14:08:14 UTC
(In reply to huber.georg from comment #3)

I see, it is already in the ports tree. Thanks
Comment 5 huber.georg 2020-10-11 14:11:04 UTC
(In reply to huber.georg from comment #4)

Seems to work perfectly, Many thanks!
Comment 6 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2020-10-11 14:19:01 UTC
(In reply to huber.georg from comment #3)
# portsnap fetch update
# portmaster multimedia/py-tvnamer
Comment 7 Muhammad Moinur Rahman freebsd_committer freebsd_triage 2020-10-11 14:19:21 UTC
(In reply to huber.georg from comment #5)
Thanks. Closing.