Showing preview only (2,142K chars total). Download the full file or copy to clipboard to get everything.
Repository: Razzeee/script.trakt
Branch: main
Commit: 406fd58370d2
Files: 163
Total size: 2.0 MB
Directory structure:
gitextract_ptvccufj/
├── .gitattributes
├── .github/
│ ├── ISSUE_TEMPLATE.md
│ ├── dependabot.yml
│ └── workflows/
│ ├── addon-check.yml
│ ├── submit.yml
│ ├── sync-addon-metadata-translations.yml
│ └── test.yml
├── .gitignore
├── .gitlab-ci.yml
├── HOW_TO_RELEASE.md
├── LICENSE.txt
├── README.md
├── addon.xml
├── changelog.txt
├── default.py
├── defaultscript.py
├── resources/
│ ├── language/
│ │ ├── resource.language.af_ZA/
│ │ │ └── strings.po
│ │ ├── resource.language.am_ET/
│ │ │ └── strings.po
│ │ ├── resource.language.ar_SA/
│ │ │ └── strings.po
│ │ ├── resource.language.ar_sa/
│ │ │ └── strings.po
│ │ ├── resource.language.ast_es/
│ │ │ └── strings.po
│ │ ├── resource.language.az_AZ/
│ │ │ └── strings.po
│ │ ├── resource.language.be_BY/
│ │ │ └── strings.po
│ │ ├── resource.language.bg_BG/
│ │ │ └── strings.po
│ │ ├── resource.language.bs_BA/
│ │ │ └── strings.po
│ │ ├── resource.language.ca_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.cs_CZ/
│ │ │ └── strings.po
│ │ ├── resource.language.cy_GB/
│ │ │ └── strings.po
│ │ ├── resource.language.da_DK/
│ │ │ └── strings.po
│ │ ├── resource.language.de_DE/
│ │ │ └── strings.po
│ │ ├── resource.language.el_GR/
│ │ │ └── strings.po
│ │ ├── resource.language.en_AU/
│ │ │ └── strings.po
│ │ ├── resource.language.en_GB/
│ │ │ └── strings.po
│ │ ├── resource.language.en_NZ/
│ │ │ └── strings.po
│ │ ├── resource.language.en_US/
│ │ │ └── strings.po
│ │ ├── resource.language.en_au/
│ │ │ └── strings.po
│ │ ├── resource.language.en_nz/
│ │ │ └── strings.po
│ │ ├── resource.language.en_us/
│ │ │ └── strings.po
│ │ ├── resource.language.eo/
│ │ │ └── strings.po
│ │ ├── resource.language.es_AR/
│ │ │ └── strings.po
│ │ ├── resource.language.es_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.es_MX/
│ │ │ └── strings.po
│ │ ├── resource.language.es_ar/
│ │ │ └── strings.po
│ │ ├── resource.language.es_mx/
│ │ │ └── strings.po
│ │ ├── resource.language.et_EE/
│ │ │ └── strings.po
│ │ ├── resource.language.eu_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.fa_AF/
│ │ │ └── strings.po
│ │ ├── resource.language.fa_IR/
│ │ │ └── strings.po
│ │ ├── resource.language.fa_af/
│ │ │ └── strings.po
│ │ ├── resource.language.fi_FI/
│ │ │ └── strings.po
│ │ ├── resource.language.fil/
│ │ │ └── strings.po
│ │ ├── resource.language.fo_FO/
│ │ │ └── strings.po
│ │ ├── resource.language.fr_CA/
│ │ │ └── strings.po
│ │ ├── resource.language.fr_FR/
│ │ │ └── strings.po
│ │ ├── resource.language.fr_ca/
│ │ │ └── strings.po
│ │ ├── resource.language.ga/
│ │ │ └── strings.po
│ │ ├── resource.language.ga_ie/
│ │ │ └── strings.po
│ │ ├── resource.language.gl_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.he/
│ │ │ └── strings.po
│ │ ├── resource.language.he_IL/
│ │ │ └── strings.po
│ │ ├── resource.language.he_il/
│ │ │ └── strings.po
│ │ ├── resource.language.hi_IN/
│ │ │ └── strings.po
│ │ ├── resource.language.hr_HR/
│ │ │ └── strings.po
│ │ ├── resource.language.hu_HU/
│ │ │ └── strings.po
│ │ ├── resource.language.hy_AM/
│ │ │ └── strings.po
│ │ ├── resource.language.id_ID/
│ │ │ └── strings.po
│ │ ├── resource.language.ie_GA/
│ │ │ └── strings.po
│ │ ├── resource.language.is_IS/
│ │ │ └── strings.po
│ │ ├── resource.language.it_IT/
│ │ │ └── strings.po
│ │ ├── resource.language.ja_JP/
│ │ │ └── strings.po
│ │ ├── resource.language.kn_in/
│ │ │ └── strings.po
│ │ ├── resource.language.ko_KR/
│ │ │ └── strings.po
│ │ ├── resource.language.lt_LT/
│ │ │ └── strings.po
│ │ ├── resource.language.lv_LV/
│ │ │ └── strings.po
│ │ ├── resource.language.mi/
│ │ │ └── strings.po
│ │ ├── resource.language.mk_MK/
│ │ │ └── strings.po
│ │ ├── resource.language.ml_IN/
│ │ │ └── strings.po
│ │ ├── resource.language.mn_MN/
│ │ │ └── strings.po
│ │ ├── resource.language.ms_MY/
│ │ │ └── strings.po
│ │ ├── resource.language.mt_MT/
│ │ │ └── strings.po
│ │ ├── resource.language.my_MM/
│ │ │ └── strings.po
│ │ ├── resource.language.nb_NO/
│ │ │ └── strings.po
│ │ ├── resource.language.nb_no/
│ │ │ └── strings.po
│ │ ├── resource.language.nl_NL/
│ │ │ └── strings.po
│ │ ├── resource.language.oc_fr/
│ │ │ └── strings.po
│ │ ├── resource.language.os_os/
│ │ │ └── strings.po
│ │ ├── resource.language.pl_PL/
│ │ │ └── strings.po
│ │ ├── resource.language.prs/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_BR/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_PT/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_br/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_pt/
│ │ │ └── strings.po
│ │ ├── resource.language.ro_RO/
│ │ │ └── strings.po
│ │ ├── resource.language.ru_RU/
│ │ │ └── strings.po
│ │ ├── resource.language.si_lk/
│ │ │ └── strings.po
│ │ ├── resource.language.sk_SK/
│ │ │ └── strings.po
│ │ ├── resource.language.sl_SI/
│ │ │ └── strings.po
│ │ ├── resource.language.sq_AL/
│ │ │ └── strings.po
│ │ ├── resource.language.sr_RS/
│ │ │ └── strings.po
│ │ ├── resource.language.sr_RS@latin/
│ │ │ └── strings.po
│ │ ├── resource.language.sv_SE/
│ │ │ └── strings.po
│ │ ├── resource.language.szl/
│ │ │ └── strings.po
│ │ ├── resource.language.ta_IN/
│ │ │ └── strings.po
│ │ ├── resource.language.te_in/
│ │ │ └── strings.po
│ │ ├── resource.language.tg_tj/
│ │ │ └── strings.po
│ │ ├── resource.language.th_TH/
│ │ │ └── strings.po
│ │ ├── resource.language.tr_TR/
│ │ │ └── strings.po
│ │ ├── resource.language.uk_UA/
│ │ │ └── strings.po
│ │ ├── resource.language.uz_UZ/
│ │ │ └── strings.po
│ │ ├── resource.language.vi_VN/
│ │ │ └── strings.po
│ │ ├── resource.language.zh_CN/
│ │ │ └── strings.po
│ │ └── resource.language.zh_TW/
│ │ └── strings.po
│ ├── lib/
│ │ ├── deviceAuthDialog.py
│ │ ├── globals.py
│ │ ├── kodiUtilities.py
│ │ ├── kodilogging.py
│ │ ├── obfuscation.py
│ │ ├── rating.py
│ │ ├── script.py
│ │ ├── scrobbler.py
│ │ ├── service.py
│ │ ├── sqlitequeue.py
│ │ ├── sync.py
│ │ ├── syncEpisodes.py
│ │ ├── syncMovies.py
│ │ ├── traktContextMenu.py
│ │ ├── traktapi.py
│ │ └── utilities.py
│ ├── settings.xml
│ └── skins/
│ └── Default/
│ └── 720p/
│ ├── script-trakt-ContextMenu.xml
│ ├── script-trakt-DeviceAuthDialog.xml
│ └── script-trakt-RatingDialog.xml
├── ruff.toml
├── scripts/
│ └── inject_keys.py
└── tests/
├── __init__.py
├── fixtures/
│ ├── compare_shows_batman_episode_to_add.json
│ ├── compare_shows_compared_batman.json
│ ├── compare_shows_local_batman.json
│ ├── compare_shows_local_batman_rating.json
│ ├── compare_shows_remote_batman.json
│ ├── compare_shows_remote_batman_episode.json
│ ├── episode.json
│ ├── movie.json
│ ├── movies.json
│ ├── movies_local.json
│ ├── movies_local_blind.json
│ ├── movies_local_chaos.json
│ ├── movies_local_same_name.json
│ ├── movies_local_same_name_2.json
│ ├── movies_local_same_name_result.json
│ ├── movies_remote.json
│ ├── movies_remote_blind_match.json
│ ├── movies_remote_blind_no_match.json
│ ├── movies_remote_chaos_match.json
│ ├── movies_unsanatized.json
│ ├── movies_watched.json
│ ├── season.json
│ ├── season_no_list.json
│ ├── show.json
│ └── shows.json
├── test_kodiUtilities.py
├── test_obfuscation.py
└── test_utilities.py
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
.gitignore export-ignore
.gitattributes export-ignore
.github export-ignore
changelog.txt export-ignore
tests export-ignore
.travis.yml export-ignore
.gitlab-ci.yml export-ignore
HOW_TO_RELEASE.md export-ignore
ruff.toml export-ignore
================================================
FILE: .github/ISSUE_TEMPLATE.md
================================================
<!--- Please read https://github.com/trakt/script.trakt#i-found-something-that-doesnt-work before creating an issue -->
<!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Kodi version used:
* Operating System and version:
================================================
FILE: .github/dependabot.yml
================================================
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
================================================
FILE: .github/workflows/addon-check.yml
================================================
name: Kodi Addon-Checker
on: [pull_request]
jobs:
kodi-addon-checker:
runs-on: ubuntu-latest
name: Kodi Addon-Checker
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install --user kodi-addon-checker
- name: Addon-Check
run: $HOME/.local/bin/kodi-addon-checker --branch=matrix
================================================
FILE: .github/workflows/submit.yml
================================================
name: Kodi Addon-Submitter
on:
push:
tags:
- v*
jobs:
kodi-addon-submitter:
permissions: write-all
runs-on: ubuntu-latest
name: Kodi addon submitter
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Inject Trakt Keys
env:
TRAKT_CLIENT_ID: ${{ secrets.TRAKT_CLIENT_ID }}
TRAKT_CLIENT_SECRET: ${{ secrets.TRAKT_CLIENT_SECRET }}
run: |
python3 scripts/inject_keys.py
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "Inject obfuscated keys for build [skip ci]"
- name: Generate distribution zip and submit to official kodi repository
id: kodi-addon-submitter
uses: xbmc/action-kodi-addon-submitter@v1.3
with:
kodi-repository: repo-scripts
kodi-version: matrix
addon-id: script.trakt
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
GH_USERNAME: razzeee
GH_TOKEN: ${{secrets.GH_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
- name: Create Github Release
id: create_release
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Upload Addon zip to github release
id: upload-release-asset
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.kodi-addon-submitter.outputs.addon-zip }}
asset_name: ${{ steps.kodi-addon-submitter.outputs.addon-zip }}
asset_content_type: application/zip
================================================
FILE: .github/workflows/sync-addon-metadata-translations.yml
================================================
name: Sync addon metadata translations
on:
push:
branches: [ master, main ]
paths:
- '**addon.xml'
- '**resource.language.**strings.po'
jobs:
default:
if: github.repository == 'trakt/script.trakt'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.9 ]
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
path: project
- name: Checkout sync_addon_metadata_translations repository
uses: actions/checkout@v6
with:
repository: xbmc/sync_addon_metadata_translations
path: sync_addon_metadata_translations
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install sync_addon_metadata_translations/
- name: Run sync-addon-metadata-translations
run: |
sync-addon-metadata-translations
working-directory: ./project
- name: Create PR for sync-addon-metadata-translations changes
uses: peter-evans/create-pull-request@v8.1.1
with:
commit-message: Sync of addon metadata translations
title: Sync of addon metadata translations
body: Sync of addon metadata translations triggered by ${{ github.sha }}
branch: amt-sync
delete-branch: true
path: ./project
reviewers: gade01
================================================
FILE: .github/workflows/test.yml
================================================
name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.10
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install python-dateutil pytest mock pytest-cov coverage ruff
- name: Check code formatting
run: ruff format .
- name: Check for code errors
run: ruff check .
- name: Run Test
run: |
py.test --cov coveralls --cov-report term-missing --cov-report=lcov --cov=resources tests/
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.3.7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
================================================
FILE: .gitignore
================================================
*.pyc
*.pyo
.DS*
.pylint_rc
/.idea
/.coverage
/.project
/.pydevproject
/.settings
Thumbs.db
*~
.cache
.coverage
================================================
FILE: .gitlab-ci.yml
================================================
test:
script:
- apt-get update -qy
- apt-get install -y python2 python2-pip
- pip install python-dateutil pytest mock python-coveralls pytest-cov coverage
- py.test -v
================================================
FILE: HOW_TO_RELEASE.md
================================================
1. Write changelog in changelog.txt
2. Update addon.xml - the version and the news tag
3. Push to github wait for CI
4. Create a new git tag and push it `git tag vX.X.X && git push --tags`
================================================
FILE: LICENSE.txt
================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
-------------------------------------------------------------------------
================================================
FILE: README.md
================================================
[](https://travis-ci.org/trakt/script.trakt)
[](https://coveralls.io/github/trakt/script.trakt)
# Trakt.tv scrobbler and library sync
### Table of Contents
- [What is Trakt?](#what-is-trakt)
- [What can this addon do?](#what-can-this-addon-do)
- [What can be scrobbled??](#what-can-be-scrobbled)
- [Installation](#installation)
- [Problems?](#problems)
- ["I found something that doesn't work"](#i-found-something-that-doesnt-work)
- [Creating logfiles](#creating-logfiles)
- [Invoke sync via JSON-RPC](#invoke-sync-via-jsonrpc)
- [Contribute](#contribute)
- [Pull requests](#pull-requests)
- [Translations](#translations)
- [Thanks](#thanks)
### What is Trakt?
Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at [Trakt.tv](http://trakt.tv) and get a ton of features:
- Automatically scrobble what you're watching
- [Mobile apps](http://trakt.tv/downloads) for iPhone, iPad, Android, and Windows Phone
- Share what you're watching (in real time) and rating to facebook and twitter
- Personalized calendar so you never miss a TV show
- Follow your friends and people you're interesed in
- Use watchlists so you don't forget what to watch
- Track your media collections and impress your friends
- Create custom lists around any topics you choose
- Easily track your TV show progress across all seasons and episodes
- Track your progress against industry lists such as the IMDb Top 250
- Discover new shows and movies based on your viewing habits
- Widgets for your forum signature
### What can this addon do?
- Automatically scrobble TV episodes and movies you are watching
- Sync your TV episode and movie collections to Trakt (manually or triggered by a library update)
- Keep watched statuses synced between Kodi and Trakt
- Rate movies and episodes after watching them
- Custom skin/keymap actions for toggling watched status, and rating (tagging and listing disabled for now)
### What can be scrobbled?
This plugin will scrobble local media and most remote streaming content. Local media should be played in Kodi library mode. Trakt will attempt to identify the media through different third party IDs available from the metadata. TV shows are identified by TVDb ID or IMDb ID. Movies are identified by TMDb ID or IMDb ID. This allows Trakt to match the correct show or movie more accurately, regardless of the title. The best supported and recommended configuration is to use [TVDb](http://thetvdb.com/) (for tv shows) and [TMDb](http://themoviedb.org) (for movies) as your scrapers.
Remote streaming content will scrobble assuming the metadata is correctly set in Kodi. Add-ons that stream content need to correctly identify TV episodes and movies with as much metadata as possible for Trakt to know what you're watching.
### Installation
If your not a developer, you should only install this from the official Kodi repo via Kodi itself. If you are a dev, here is how you install the dev version:
1. Download the zip ([download it here](../../zipball/main))
2. Install script.trakt by zip. Go to _Settings_ > _Add-ons_ > _Install from zip file_ > Choose the just downloaded zip
3. Navigate to _Settings_ > _Add-ons_ > _Enabled add-ons_ > _Services_ > **Trakt**
4. Select _Trakt_ and go to **Configure**
5. Get your **PIN** [here](http://www.trakt.tv/pin/999) and enter it, change any other settings as needed
6. Select **OK** to save your settings
7. Watch _something_ and see it show up on Trakt.tv!
or
1. Clone this repository (or [download it here](../../zipball/main)) into a folder called **script.trakt** inside your Kodi **addons** folder
2. Start Kodi (or restart if its already running)
3. Make sure you have the modules Trakt and dateutil installed. Check under _Settings_ > _Add-ons_ > _Get Add-ons_ > _All Add-ons_ > _Add-on libraries_ (restart if you had to install these)
4. Navigate to _Settings_ > _Add-ons_ > _Enabled add-ons_ > _Services_ > **Trakt**
5. Select _Trakt_ and go to **Configure**
6. Get your **PIN** [here](http://www.trakt.tv/pin/999) and enter it, change any other settings as needed
7. Select **OK** to save your settings
8. Watch _something_ and see it show up on Trakt.tv!
Please note that _something_ does not cover all Kodi possible streaming sources. Local files and strm files scrapped to your library should be OK, however generic third party streaming addons can fail. It is up to the developers of these addons to be supported by this plugin. Please take a look https://github.com/trakt/script.trakt/wiki/Providing-id's-to-facilitate-scrobbling
### Problems?
#### "I found something that doesn't work"
- Search the issues on github to see if it has already been reported, if so add your information there.
- If not, create a new issue and provide as much data about your system as possible, a logfile will also be needed.
#### Creating logfiles
- To create a logfile, enable the debug setting in Kodi AND script.trakt, otherwise the logfile won't show any data from script.trakt. Check the [Kodi documentation](http://kodi.wiki/view/Log_file) if you don't know where your logfile can be found.
#### Invoke sync via jsonrpc
Save this as `kodi-trakt-update.sh`
```bash
#!/bin/sh
# url to kodi jsonrpc
url=http://localhost:8080/jsonrpc
# https://github.com/trakt/script.trakt/issues/192#issuecomment-70359374
request='{
"jsonrpc":"2.0",
"method":"Addons.ExecuteAddon",
"params":{
"addonid":"script.trakt",
"params":{
"action":"sync",
"silent":"False"
}
},
"id":1
}'
exec curl -sSLf --include --header 'content-type: application/json;' --request POST --data-binary "$request" "$url"
```
### Contribute
#### Pull requests
- Please don't add pull requests for translation updates these have to go work their way through the translation workflow (see [Translations](#translations))
#### Translations
Translation for this add-on is done via WebLate @ https://kodi.weblate.cloud/
If you are interested in helping translate this add-on, you can find out how to register @ https://forum.kodi.tv/showthread.php?tid=363132
Please do not open pull requests for translations, these will be closed as they cannot be reviewed by the language teams.
### Thanks
- Special thanks to all who contribute to this plugin! Check the commit history and changelog to see these talented developers.
- Special thanks to fuzeman for [trakt.py](https://github.com/fuzeman/trakt.py).
================================================
FILE: addon.xml
================================================
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.trakt" name="Trakt" version="3.8.2" provider-name="Trakt.tv, Razzeee">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.trakt" version="4.4.0"/>
<import addon="script.module.dateutil" version="2.8.1"/>
</requires>
<extension point="xbmc.python.script" library="defaultscript.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.service" name="trakt.service" library="default.py" />
<extension point="xbmc.addon.metadata" name="trakt.metadata">
<platform>all</platform>
<license> GPL-2.0-only</license>
<forum>https://forum.kodi.tv/showthread.php?tid=220547</forum>
<website>https://trakt.tv</website>
<source>https://github.com/trakt/script.trakt</source>
<news>- Fix: Handle empty Kodi media details
- Fix functional bugs in utilities and scrobbler
- Add unit tests for utilities and obfuscation modules
- Improve type hints</news>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
<screenshot>resources/image-01.png</screenshot>
<screenshot>resources/image-02.png</screenshot>
<screenshot>resources/image-03.png</screenshot>
</assets>
<summary lang="bs_BA">TV i filmski skrobler za Trakt.tv</summary>
<summary lang="da_DK">Tv- og film-scrobbler til Trakt.tv</summary>
<summary lang="de_DE">TV und Film Scrobbler für Trakt.tv</summary>
<summary lang="el_GR">Υπηρεσία κοινοποίησης ταινιών και τηλ. σειρών (scrobbler) στο Trakt.tv</summary>
<summary lang="en_GB">TV and movie scrobbler for Trakt.tv</summary>
<summary lang="es_ES">Scrobbler de películas y series para Trakt.tv</summary>
<summary lang="et_EE">Sarjade ja filmide vaatamisoleku sünkroonimine Trakt.tv teenusega</summary>
<summary lang="fi_FI">Sarjojen ja elokuvien katselutilanteen Trakt.tv-kirjaus</summary>
<summary lang="fr_FR">Scrobbler TV et film pour Trakt.tv</summary>
<summary lang="he_IL">Scrobbler סדרות וסרטים עבור Trakt.tv</summary>
<summary lang="he_IL">Scrobbler סדרות וסרטים עבור Trakt.tv</summary>
<summary lang="hr_HR">TV i filmski skrobler za Trakt.tv</summary>
<summary lang="hu_HU">Sorozat és film beküldő a Trakt.tv-hez</summary>
<summary lang="it_IT">Scrobbler di serie TV e film per Trakt.tv</summary>
<summary lang="ko_KR">Trakt.tv에 TV와 영화 시청 상태를 전송합니다</summary>
<summary lang="lt_LT">TV ir filmų registratorius, skirtas Trakt.tv</summary>
<summary lang="nl_NL">TV- en films-scrobbler voor Trakt.tv</summary>
<summary lang="pl_PL">Dodatek umożliwiający rejestrację odtwarzanych i obejrzanych seriali i filmów w serwisie Trakt.tv</summary>
<summary lang="pt_BR">Scrobbler de TV e filmes para Trakt.tv</summary>
<summary lang="pt_BR">Scrobbler de TV e filmes para Trakt.tv</summary>
<summary lang="pt_PT">Scrobbler de episódios e filmes para o Trakt.tv</summary>
<summary lang="pt_PT">Scrobbler de episódios e filmes para o Trakt.tv</summary>
<summary lang="sk_SK">Seri</summary>
<summary lang="sv_SE">TV- och filmskrobblare för Trakt.tv</summary>
<summary lang="uk_UA">Скроблер серіалів та фільмів для Trakt.tv</summary>
<summary lang="zh_CN">Trakt.tv 影视自动记录器</summary>
<description lang="bs_BA">Automatski pretražite sve TV epizode i filmove koje gledate na Trakt.tv! Vodite sveobuhvatnu historiju svega što ste gledali i postanite dio globalne zajednice TV i filmskih entuzijasta. Registrujte se za besplatan račun na http://trakt.tv i dobijte mnoštvo funkcija:[CR][CR]- Automatski skrobler koji pratite[CR]- Mobilne aplikacije za iPhone, iPad, Android i Windows Phone[CR]- Podijelite ono što gledate (u stvarnom vremenu) i ocjenu na Facebooku i Twitteru[CR]- Personalizirani kalendar kako nikada ne biste propustili TV emisiju[CR]- Pratite svoje prijatelje i ljude koji vas zanimaju[CR]- Koristite liste za praćenje kako ne biste zaboravili šta gledati[CR]- Pratite svoje medijske kolekcije i impresionirajte svoje prijatelje[CR]- Kreirajte prilagođene liste oko bilo koje teme koju odaberete[CR]- Lako pratite napredak svoje TV emisije kroz sve sezone i epizode[CR]- Pratite svoj napredak u odnosu na industrijske liste kao što je IMDb Top 250[CR]- Otkrijte nove emisije i filmove na osnovu vaših navika gledanja[CR]- Vidžeti za vaš potpis na forumu[CR][CR]Šta ovaj dodatak može učiniti?[CR][CR]- Automatski skrobler koji prati sve TV epizode i filmove koje gledate[CR]- Sinhronizujte svoje TV epizode i Kolekcije filmova u Traktu (aktivira se nakon ažuriranja biblioteke)[CR] - Automatsko čišćenje vaše Trakt kolekcije tako da se podudara s Kodijem[CR] - Sinhronizacija statusa gledanja između Kodija i Trakta[CR] - Ocjenjivanje filmova i epizoda nakon gledanja[CR][CR]Posebna zahvala svima koji su doprinijeli ovom dodatku! Provjerite historiju commita i dnevnik promjena kako biste vidjeli ove talentovane programere.</description>
<description lang="da_DK">Scrobble automatisk alle tv-afsnit og film du ser til Trakt.tv! Du får en omfattende historik af alt, hvad du har set og bliver del af et globalt fællesskab af serie- og filmentusiaster. Tilmeld dig gratis på http://trakt.tv og få et væld af funktioner:[CR][CR]- Scrobble automatisk alt hvad du ser[CR][CR]- Mobilapps til iPhone, iPad, Android og Windows Telefon[CR][CR]- Del det, du ser (i realtid), samt send bedømmelser til Facebook og Twitter[CR]- Personlig kalender, så du aldrig går glip af en serie eller film[CR]- Følg med i hvad dine venner og bekendte ser[CR]- Brug huskelister så du ikke glemmer, hvad du skal se[CR]- Vis og imponér din samling til venner[CR]- Opret brugerdefinerede lister[CR]- Hold nemt øje med dit serie-fremskridt i løbet af sæsoner og afsnit[CR]- Sammenlign din samling mod lister fra f.eks. IMDb Top 250[CR]- Opdag nye serier og film baseret på dine tv-vaner[CR]- Widgets til din forumsignatur[CR][CR]Hvad kan dette add-on tilbyde?[CR][CR][CR]- Scrobble automatisk alle tv-afsnit og film, du ser[CR]- Synkroniser dine tv-afsnit og filmsamlinger til Trakt (efter en opdatering af biblioteket)[CR]- Automatisk oprydning af din Trakt-samling, så den passer sammen med Kodi[CR]- Hold set status synkroniseret mellem Kodi og Trakt[CR]- Bedøm film og afsnit umiddelbart efter at de er set[CR][CR]Særlig tak til alle der har bidraget til dette add-on! Se historikken og changelog for at se hvem disse talentfulde udviklere er.</description>
<description lang="de_DE">Scrobble automatisch alle Serien und Filme die du schaust zu Trakt.tv! Behalte den Überblick über deine Sammlung und sei Teil einer globalen Gemeinschaft von Serien- und Filmliebhabern. Registriere jetzt deinen kostenlosen Account unter http://trakt.tv und bekomme einen Haufen Funktionen:[CR][CR]- Automatisches scrobbeln von dem was du guckst[CR]- Mobile Apps für iPhone, iPad, Android und Windows Phone[CR]- Teile was du schaust (in Echtzeit) und bewerte auf Facebook und Twitter[CR]- Personalisierte Kalender: So verpasst du nie wieder eine Serie[CR]- Folge deinen Freunden und Leuten, für die du dich interessierst[CR]- Mach dir Beobachtungsliste zu nutze, um nicht zu vergessen was du ansehen wolltest[CR]- Tracke deine Mediensammlung, um deine Freunde zu beeindrucken[CR]- Erstelle benutzerdefinierte Listen zu jedem Thema das dir einfällt[CR]- Behalte die Übersicht über deinen Fortschritt bei Serien[CR]- Überblicke deinen Fortschritt bei offiziellen Listen wie zum Beispiel den IMDb Top 250[CR]- Entdecke neue Serien und Filme anhand deines Geschmacks[CR]- Widgets für deine Forum Signatur[CR][CR]Was kann dieses Addon?[CR][CR]- Automatisches scrobbeln aller Serien und Filme die du anschaust[CR]- Synchronisiere deine gesammelten Serien und Filme zur Trakt Sammlung (direkt nach dem Bibliotheksupdate)[CR]- Automatisches aufräumen deiner Trakt Sammlung damit sie mit Kodi übereinstimmt[CR]- Halte gesehen Markierungen synchronisiert zwischen Kodi und Trakt[CR]- Bewerte Episoden und Filme direkt nach dem du sie geguckt hast[CR][CR]Besonderer Dank gilt allen die an diesem Plugin mit gearbeitet haben! Schau in die Commit Historie und das Änderungsprotokoll, um diese talentierten Entwickler zu sehen.</description>
<description lang="el_GR">Αυτόματη κοινοποίηση στο Trakt.tv όλων των επεισοδίων και ταινιών που παρακολουθείτε! Μπορείτε να διατηρείτε αναλυτικό ιστορικό από ο,τιδήποτε είδατε, και να γίνετε μέρος μιας παγκόσμιας κοινότητας σινεφίλ και φαν της τηλεόρασης. Εγγραφείτε δωρεάν στο http://trakt.tv για ένα πλήθος παροχών:[CR][CR]- Αυτόματη κοινοποίηση όσων παρακολουθείτε[CR]- Εφαρμογές για κινητά iPhone, Android, Windows Phone και iPad[CR]- Μοιραστείτε ό,τι παρακολουθείτε (σε πραγματικό χρόνο), μαζί με τη βαθμολογία σας, στο facebook και το twitter[CR]- Προσωπικό ημερολόγιο, για να μη χάνετε ποτέ επεισόδιο[CR]- Ακολουθήστε τους φίλους σας, και άτομα για τα οποία ενδιαφέρεστε[CR]- Χρήση λιστών προβολής, για να μην ξεχνάτε τι θέλετε να δείτε[CR]- Εντυπωσιάστε τους φίλους σας με τις συλλογές σας[CR]- Δημιουργήστε προσωπικές λίστες με ό,τι θέμα επιθυμείτε[CR]- Δείτε την πρόοδό σας όσον αφορά τις τηλεοπτικές σειρές, με πολύ εύκολο τρόπο[CR]- Συγκρίνετε την πρόοδό σας με επίσημες λίστες, όπως των 250 Κορυφαίων του IMDb[CR]- Ανακαλύψτε νέες σειρές και ταινίες με βάση όσα έχετε ήδη παρακολουθήσει[CR]- Widget για την υπογραφή σας σε διάφορα forum[CR][CR]Τι μπορεί να κάνει αυτό το πρόσθετο;[CR][CR]- Αυτόματη κοινοποίηση όλων των επεισοδίων και ταινιών που παρακολουθείτε[CR]- Συγχρονισμός όλων των επεισοδίων και συλλογών ταινιών στο Trakt (αυτόματα μετά από κάθε ενημέρωση της συλλογής)[CR]- Αυτόματη εκκαθάριση της συλλογής σας στο Trakt ούτως ώστε να ταυτίζεται με αυτή στο Kodi[CR]- Συγχρονισμός όσων παρακολουθήσατε ήδη μεταξύ του Kodi και του Trakt[CR]- Βαθμολογήστε τις ταινίες και τα επεισόδια αφού τα παρακολουθήσετε[CR][CR]Ευχαριστούμε ιδιαιτέρως όλους όσους συνεισέφεραν σε αυτήν την εφαρμογή! Ελέγξτε το ιστορικό των προσθηκών και αλλαγών για να βρείτε αυτούς τους ταλαντούχους προγραμματιστές.</description>
<description lang="en_GB">Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers.</description>
<description lang="es_ES">¡Haz scrobble automáticamente de todos los series y películas que estás viendo en trakt.tv! Mantén un historial completo de todo lo que has visto y sé parte de una comunidad global de entusiastas de las series y las películas. Regístrate para obtener una cuenta gratuita en http://trakt.tv y obtén un montón de funciones:[CR][CR]- Selecciona automáticamente lo que estás viendo[CR]- Aplicaciones móviles para iPhone, iPad, Android y Windows Phone[CR]- Comparte lo que estás viendo (en tiempo real) y valora en Facebook y Twitter[CR]- Calendario personalizado para que nunca te pierdas un serie[CR]- Sigue a tus amigos y personas que te interesan[CR]- Usa listas de seguimiento para que no olvides qué ver[CR]- Realiza un seguimiento de tus colecciones de contenido e impresiona a tus amigos[CR]- Crea listas personalizadas en torno a cualquier tema que elijas[CR]- Realiza un seguimiento fácil del progreso de tu serie en todas las temporadas y episodios[CR]- Realiza un seguimiento de tu progreso en comparación con listas de la industria como el IMDb Top 250[CR]- Descubre nuevas series y películas según tus hábitos de visualización[CR]- Widgets para tu firma en el foro[CR][CR]¿Qué puede hacer este complemento?[CR][CR]- Selecciona automáticamente todos las series, episodios y películas que estás viendo[CR]- Sincroniza tus colecciones de películas y episodios con Trakt (se activa después de una actualización de la biblioteca)[CR]- Limpia automáticamente tu colección de Trakt para que coincida con Kodi[CR]- Mantén sincronizados los estados de visualización entre Kodi y Trakt[CR]- Valora películas y episodios después de verlos[CR][CR]¡Un agradecimiento especial a todos los que contribuyeron con este complemento! Consulta el historial de confirmaciones y el registro de cambios para ver a estos talentosos desarrolladores.</description>
<description lang="et_EE">Talleta automaatselt kõik vaadatud episoodid ja filmid Trakt.tv teenuses! Oma kõikehõlmavat ajalugu kõigest vaadatust ja saa osa ülemaailmsest tele- ja filmihuviliste kogukonnast. Registreeri tasuta konto aadressil http://trakt.tv ja hangi palju funktsioone:[CR][CR]- Talleta automaatselt, mida vaatad[CR]- Mobiilirakendused iPhone, iPad, Android, ja Windows Phone tarbeks[CR]- Jaga seda, mida vaatad (reaalajas) ja hindeid Facebookis ja Twitteris[CR]- Isikupärastatud kalender, et sa ei magaks oma sarja kunagi maha[CR]- Jälgi oma sõpru ja inimesi, kellest oled huvitatud[CR]- Jälgimisloendite abil pead meeles, mis sarju vaatad[CR]- Jälgi oma meediakogusid ja avalda sõpradele muljet[CR]- Loo kohandatud loendid mis tahes valitud teemade kohta[CR]- Jälgi iga sarja hooaja ja episoodi vaatamise seisu[CR]- Sünkrooni oma vaatamisi filmitööstuse loendites nagu IMDb Top 250[CR]- Avasta oma vaatamisharjumuste põhjal uusi saateid ja filme[CR]- Vidinad, mida saad kasutada foorumi signatuuris[CR][CR]Mida see lisamoodul teeb?[CR][CR]- Talleta automaatselt kõik vaadatud episoodid ja filmid[CR]- Sünkrooni sarja- ja filmikogud teenusega Trakt (käivitub pärast meediakogu värskendamist)[CR]- Puhasta oma Trakti kogumik automaatselt, et see klapiks Kodiga[CR]- Sünkrooni Kodi ja Trakti vaatamiste olek[CR]- Rate movies and episode after watching them[CR][CR]Eriline tänu kõigile, kes selle lisamooduli loomisele kaasa aitasid! Need andekad arendajad leiab muudatuste logist.</description>
<description lang="fi_FI">Kirjaa kaikki katsomasi sarjojen jaksot ja elokuvat Trakt.tv-kokoelmaasi automaattisesti! Säilytä kattava historia kaikesta katsomastasi ja osallistu maailmanlaajuiseen sarja- ja elokuvaharrastajien yhteisöön. Luo ilmainen tili osoitteessa http://trakt.tv ja hanki useita lisäominaisuuksia:[CR][CR]- Kirjaa automaattisesti mitä katsot[CR]- Mobiilisovellukset iPhone-, iPad-, Android- ja Windows Phone -alustoille[CR]- Jaa mitä katselet ja arvioit reaaliaikaisesti Facebookissa ja Twitterissä[CR]- Henkilökohtainen kalenteri, jotteivat sarjojen jaksot jää koskaan katsomatta[CR]- Seuraa kavereita ja kiinnostavia henkilöitä[CR]- Katselulistojen avulla et unohda mitä olit katsomassa[CR]- Seuraa mediakokoelmiasi ja tee vaikutus kavereihisi[CR]- Luo omia listoja mistä tahansa valitsemistasi aiheista[CR]- Pidä kirjaa sarjojen jokaisen kauden ja jakson katselutilanteesta[CR]- Pidä kirjaa katselutilanteestasi alan listoilla, kuten IMDb Top 250[CR]- Löydä uusia sarjoja ja elokuvia katselutottumustesi perusteella[CR]- Widgettejä, joita voit käyttää allekirjoituksissasi keskustelupalstoilla[CR][CR]Mitä tämä lisäosa tekee?[CR][CR]- Kirjaa automaattisesti kaikki sarja- ja elokuvakatselusi[CR]- Synkronoi sarja- ja elokuvakokoelmasi Trakt-kokoelmaasi (käynnistyy kirjastopäivityksen jälkeen)[CR] - Siivoaa Trakt-kokoelmasi automaattisesti vastaamaan Kodin kirjastoa[CR]- Synkronoi katselutilanteet Kodin ja Traktin välillä[CR] - Arvioi elokuvat ja jaksot niiden katselun päätyttyä helposti[CR][CR]Erityiskiitos lisäosan kehitykseen osallistuneille! Näet nämä lahjakkaat kehittäjät muutoshistoriasta.</description>
<description lang="fr_FR">Scrobblez automatiquement sur Trakt.tv tous les épisodes TV et les films que vous regardez ! Gardez un historique complet de tout ce que vous avez regardé et prenez part à une communauté globale d'amateurs de TV et de films. Enregistrez-vous avec un compte gratuit sur http://trakt.tv pour accéder à des tonnes de fonctionnalités : - Scrobbler automatiquement ce que vous regardez - Applications mobiles pour iPhone, iPad, Android et Windows Phone - Partager ce que vous regardez (en temps réel) et vos évaluations sur Facebook et Twitter - Calendrier personnalisé pour ne plus jamais rater un épisode - Suivez vos amis et les personnes qui vous intéressent - Utilisez des listes pour ne plus oublier ce que vous voulez regarder - Synchronisez vos collections de media pour impressionner vos amis - Créez des listes personnalisées autour des sujets que vous choisissez - Suivez facilement votre progression dans toutes les saisons et épisodes des séries TV - Comparez votre progression à des listes comme le Top 250 IMDb - Découvrez de nouvelles séries et de nouveaux films en vous basant sur vos habitudes de visionnage - Widget pour votre signature de forum Que fait cette extension ? - Scrobble automatiquement tous les épisodes TV et les films que vous regardez - Synchronise vos collections d'épisodes TV et de films avec Trakt (déclenché après une mise à jour de la médiathèque) - Nettoie automatiquement votre collection Trakt pour qu'elle concorde avec Kodi - Garde l'état des visionnages synchronisé entre Kodi et Trakt - Note les films et épisodes après les avoir regardés Remerciements spéciaux à tous ceux qui ont apporté leur contribution à cette extension ! Allez faire un tour sur l'historique des mises à jour et le journal des changements pour voir ces talentueux développeurs.</description>
<description lang="ga">Scroblaigh go huathoibríoch gach eipeasóid teilifíse agus scannán atá á bhféachaint agat chuig Trakt.tv! Coinnigh stair chuimsitheach de gach rud atá feicthe agat agus bí i do bhall de phobal domhanda díograiseoirí teilifíse agus scannán. Cláraigh le haghaidh cuntas saor in aisce ag http://trakt.tv agus faigh neart gnéithe:[CR][CR]- Scrobáil go huathoibríoch cad atá á fhéachaint agat[CR]- Aipeanna soghluaiste do iPhone, iPad, Android, agus Windows Phone[CR]- Roinn cad atá á fhéachaint agat (i bhfíor-am) agus rátáil le Facebook agus Twitter[CR]- Féilire pearsantaithe ionas nach gcaillfidh tú seó teilifíse riamh[CR]- Lean do chairde agus daoine a bhfuil suim agat iontu[CR]- Bain úsáid as liostaí faire ionas nach ndéanfaidh tú dearmad ar cad atá le féachaint air[CR]- Rianaigh do bhailiúcháin meán agus déan iontas ar do chairde[CR]- Cruthaigh liostaí saincheaptha timpeall ar aon ábhair is mian leat[CR]- Rianaigh go héasca do dhul chun cinn i do sheó teilifíse thar gach séasúr agus eipeasóid[CR]- Rianaigh do dhul chun cinn i gcoinne liostaí tionscail ar nós Top 250 IMDb[CR]- Faigh amach seónna agus scannáin nua bunaithe ar do nósanna féachana[CR]- Giuirléidí do do shíniú fóraim[CR][CR]Cad is féidir leis an mbreiseán seo a dhéanamh?[CR][CR]- Scrobáil go huathoibríoch gach eipeasóid teilifíse agus scannán atá á fhéachaint agat[CR]- Sioncrónaigh d'eipeasóid teilifíse agus bailiúcháin scannán chuig Trakt (curtha i ngníomh tar éis nuashonrú leabharlainne)[CR]- Glan do bhailiúchán Trakt go huathoibríoch ionas go mbeidh sé ag teacht le Kodi[CR]- Coinnigh stádais faire sioncrónaithe idir Kodi agus Trakt[CR]- Rátáil scannáin agus eipeasóid tar éis féachaint orthu[CR][CR]Buíochas speisialta do gach duine a chuir leis an mbreiseán seo! Seiceáil an stair tiomantais agus an logáil athruithe chun na forbróirí cumasacha seo a fheiceáil.</description>
<description lang="he_IL">Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers.</description>
<description lang="he_IL">Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers.</description>
<description lang="hr_HR">Automatski sklobrajte sve TV epizode i filmove koje gledate na Trakt.tv! Vodite opsežnu povijest svega što ste gledali i budite dio globalne zajednice TV i filmskih entuzijasta. Prijavite se na besplatan račun na http://trakt.tv i dobijte mnogo značajki:[CR][CR]- Automatski skroblajte što gledate[CR]- Mobilne aplikacije za iPhone, iPad, Android, i Windows telefon[CR]- Dijelite što gledate (u stvarnom vremenu) i ocijenite na facebooku i twitteru[CR]- Personaliziran kalendar tako da nikada ne propustite TV emisiju[CR]- Slijedite svoje prijatelje i ljude koji vas zanimaju u[CR]- Koristite Popise gledanja tako da ne zaboravite što ste gledali[CR]- Pratite svoje medijske kolekcije i impresionirajte svoje prijateljte[CR]- Stvorite prilagođene popise o bili kojoj temi koju odaberete[CR]- Jednostavno pratite vaš napredak TV serije diljem svih sezona i epizoda[CR]- Pratite vaš napredak nasuprot industrijskih popisa poput IMDb Top 250[CR]- Otkrijete nove TV serije i filmove temeljene na vašim navikama gledanja[CR]- Widgeti za vaš potpis na forumu[CR][CR]Što sve može ovaj dodatak?[CR][CR]- Automatski skroblat sve TV epizode i filmove koje gledate[CR]- Uskladiti vaše TV epizode i filmske kolekcije na Trakt (pokrenuto nakon nadopune videoteke)[CR]- Automatsko čišćenje vaše Trakt kolekcije tako da se poklapa s Kodijem[CR]- Zadržava stanje gledanja usklađenim između Kodija i Trakta[CR]- Ocjenjuje filmove i epizode nakon gledanja[CR][CR]Posebno hvala svima koji su doprinijeli ovom dodatku! Provjerite povijest podneska i zapis promjena kako bi vidjeli te talentirane razvijatelje.</description>
<description lang="hu_HU">Automatikusan átmásolja az összes TV epizódot és filmet, amit nézel a Trakt.tv-re! Tartsa meg az összes általad nézett sorozat részletes előzményeit, és légy része a tévé- és filmrajongók globális közösségének. Regisztrálj ingyenes fiókot a http://trakt oldalon. tv, és rengeteg funkciót kapsz: [CR][CR]- Automatikusan lekottázza, amit néztél[CR]- Mobilalkalmazások iPhone-ra, iPadre, Androidra, és Windows Phone[CR]- Megoszthatod, hogy mit nézel (valós időben) és milyen értékeléssel a facebookon és a twitteren[CR]- Személyre szabott naptár, hogy soha ne maradj le egy tévéműsorról sem[CR]- Kövesd barátaidat és azokat, akik iránt érdeklődsz[CR]- Használj nézési listákat, hogy ne felejtsd el, mit érdemes nézni[CR]- Kövesd nyomon a médiagyűjteményedet és nyűgözd le barátaidat[CR]- Egyéni listák létrehozása bármilyen témakörben[CR]- Könnyedén nyomon követheted a tévéműsorok előrehaladását az összes évad és epizód tekintetében[CR]- Nyomon követheted a fejlődésedet az iparági listákhoz képest, mint például az IMDb Top 250[CR]- Új műsorok és filmek felfedezése a nézési szokásaid alapján[CR]- Widgetek a fórum aláírásodhoz[CR][CR]Mit tud ez a bővítmény? [CR][CR]- Automatikusan lekottázhatja az összes TV epizódot és filmet, amit nézel[CR]- Szinkronizálhatja a TV epizód és film gyűjteményedet a Trakt-al (könyvtár frissítés után aktiválódik)[CR]- Automatikusan rendbe teheti a Trakt gyűjteményedet, hogy az egyezzen a Kodi-val[CR]- Szinkronizálja a megtekintett állapotokat a Kodi és a Trakt között[CR]- Értékelheted a filmeket és epizódokat a megtekintésük után[CR][CR]Külön köszönet mindenkinek, aki hozzájárult ehhez a pluginhez! Nézd meg a commit history-t és a changelog-ot, hogy lásd ezeket a tehetséges fejlesztőket.</description>
<description lang="it_IT">Esegui automaticamente lo scrobbling di tutti gli episodi televisivi e dei film che guardi su Trakt.tv! Mantieni uno storico completo di tutto ciò che hai visto e prendi parte a una comunità globale di appassionati di TV e film. Registrati per avere un account gratuito su http://trakt.tv e ottieni una tonnellata di funzioni:[CR][CR]- Scrobbling automatico di quello che stai guardando[CR]- Applicazioni mobili per iPhone, iPad, Android e Windows Phone[CR]- Condividi su Facebook e Twitter ciò che guardi (in tempo reale) e la tua valutazione[CR]- Calendario personalizzato in modo da non perdere mai una puntata di uno show televisivo[CR]- Segui i tuoi amici e le persone che ti interessano[CR]- Usa la Watchlist in modo da non dimenticare cosa guardare[CR]- Tieni traccia delle tue raccolte multimediali e impressiona i tuoi amici[CR]- Crea liste personalizzate su qualsiasi argomento[CR]- Monitora facilmente i tuoi progressi nella visione degli show televisivi in tutte le stagioni ed episodi[CR]- Confronta i tuoi progressi con le liste di settore come la IMDb Top 250[CR]- Scopri nuovi spettacoli e film in base alle tue abitudini di visione[CR]- Widget per la firma del forum[CR][CR]Che cosa può fare questa add-on?[CR][CR]- Scrobble automatico di tutti gli episodi televisivi e film che vengono guardati[CR]- Sincronizzazione dei tuoi episodi TV e delle collezioni di film di Trakt (attivata dopo un aggiornamento della libreria)[CR]- Pulizia automatica della collezione Trakt in modo da farla corrispondere con Kodi[CR]- Mantenere lo stato delle visioni sincronizzate tra Kodi e Trakt[CR]- Votazione di ogni puntata o film dopo la visualizzazione[CR][CR]Un ringraziamento speciale a tutti coloro che hanno contribuito a questo plugin! Controllate la storia dei commit e la lista dei cambiamenti per vedere questi sviluppatori di talento.</description>
<description lang="ko_KR">시청 중인 모든 TV 쇼 에피소드와 영화 정보를 자동으로 Trakt.tv에 전송합니다! 사용자가 시청한 모든 이력을 자세히 보관하고 전세계의 TV, 영화 커뮤니티의 일원으로 참여하세요. http://Trakt.tv에서 무료 회원으로 가입하고 다양한 기능을 활용하세요:[CR][CR]- 시청 중인 영화와 에피소드 정보를 자동으로 전송[CR]- iPhone, iPad, Android, Windows Phone 앱 지원[CR]- 시청 중 정보를 (실시간)으로 Facebook과 twitter로 공유하고 평가[CR]- 개인 캘린더로 TV 쇼 본방송을 놓치지 마세요[CR]- 친구와 관심있는 사람을 팔로우 하세요[CR]- 꼭 봐야 할 것들을 잊지 않기 위해 Watclist를 사용하세요[CR]- 여러분의 컬렉션을 관리하고 친구들을 감동 시키세요[CR]- 여러분이 선택한 모든 주제의 목록을 만드세요[CR]- 여러분의 TV 쇼 시청 진행 상태를 시즌별 에피소드별로 쉽게 기록하고 관리하세요[CR]- 여러분의 시청 상태를 IMDb Top 250 같은 목록과 비교해 보세요[CR]- 여러분이 시청한 자료를 토대로 새로운 영화와 TV쇼를 찾아보세요[CR]- 커뮤니티 포럼의 Widgets 으로 활용하세요[CR][CR]이 애든온이 할 수 있는 것은?[CR][CR]- 시청 중인 영화와 에피소드 정보를 자동으로 전송[CR]- 여러분의 TV 에피소드와 영화 컬렉션을 Trakt와 동기화 (라이브러리를 업데이트할 때 작동)[CR]- Kodi 라이브러리와 일치하도록 Trakt 컬렉션 자동 정리[CR]- Kodi와 Trakt 사이의 시청 정보 동기화[CR]- 영화와 에피소드를 시청한 후 평가하기[CR][CR]이 플러그인에 공헌한 모든 이에게 감사드립니다! 재능있는 이 개발자들을 확인하려면 커밋 이력과 변경사항을 확인하기 바랍니다.</description>
<description lang="lt_LT">Automatiškai užregistruoti visus TV epizodus ir filmus, kuriuos žiūrite, Trakt.tv sistemoje! Laikykite išsamią istoriją visko, ką peržiūrėjote ir būkite globalios TV ir filmų entuziastų bendruomenės dalimi. Susikurkite nemokamą paskyrą http://trakt.tv puslapyje ir gaukite daugybę funkcionalumų:[CR][CR]- Automatiškai užregistruokite tai, ką žiūrite[CR]- Mobilios programelės, skirtos iPhone, iPad, Android ir Windows Phone[CR]- Dalinkitės tuo, ką žiūrite (realiuoju laiku) ir įvertinimais facebook ir twitter sistemose[CR]- Suasmenintas kalendorius, kad niekada nepraleistumėte TV laidos[CR]- Sekite savo draugus ir žmones, kuriais domitės[CR]- Naudokite peržiūros sąrašą, kad nepamirštumėte ką norite peržiūrėti[CR]- Sekite savo media kolekciją ir padarykite įspūdį savo draugams[CR]- Sukurkite savus sąrašus bet kokia pasirinkta tema[CR]- Lengvai sekite TV laidos progresą tarp visų sezonų ir epizodų[CR]- Sekite savo progresą tarp industrinių sąrašų, tokių kaip IMDb Top 250[CR]- Atraskite naujas laidas ir filmus pagal savo žiūrėjimo įpročius[CR]- Valdiklis jūsų forumo paskyros parašui[CR][CR]Ką gali šis priedas?[CR][CR]- Automatiškai registruoti visus TV epizodus ir filmus, kuriuos žiūrite[CR]- Sinchronizuoti jūsų TV epizodų ir filmų kolekciją su Trakt.tv (vykdoma po bibliotekos atnaujinimo)[CR]- Automatiškai išvalyti jūsų Trakt.tv kolekciją, kad ji sutaptų su Kodi[CR]- Išlaikyti peržiūrėjimo būsenas sinchronizuotas tarp Kodi ir Trakt.tv[CR]- Įvertinti filmus ir epizodus juos peržiūrėjus[CR][CR]Specialus ačiū visiems, kurie prisidėjo prie šio įskiepio! Patikrinkite kodo istoriją ir pakeitimų sąrašą, kad pamatytumėte šiuos talentingus kūrėjus.</description>
<description lang="nl_NL">Scrobble automatisch alle TV afleveringen en films die je aan bekijken bent naar Trakt.tv! Hou een uitgebreide historie bij van alles wat je hebt bekeken en maak deel uit van een wereldwijde gemeenschap van TV- en filmliefhebbers. Schrijf je in voor een gratis account op http://trakt.tv en krijg een enorme hoeveelheid aan mogelijkheden:[CR][CR]- Automatisch scrobblen wat je aan het bekijken bent[CR]- Mobiele apps voor iPhone, iPad, Android en Windows Phone[CR]- Deel wat je aan het bekijken ben (gelijktijdig) en stuur je waardering door naar Facebook en Twitter[CR]- Persoonlijke kalender zodat je nooit een TV aflevering mist[CR]- Volg je vrienden en mensen waarin je ben geïnteresseerd[CR]- Gebruik kijklijsten zodat je niets mist van wat je wilt kijken[CR]- Leg je eigen mediaverzameling aan en maak indruk op je vrienden[CR]- Maak aangepaste lijsten over onderwerpen die je zelf kiest[CR]- Volg het verloop van je tv serie voor alle seizoenen en afleveringen[CR]- Vergelijk je bekeken films en series met bekende lijsten zoals de IMDb Top 250[CR]- Ontdek nieuwe series en films gebaseerd op jouw kijk gewoonten[CR]- Widgets voor jouw forum handtekening[CR][CR]Wat kan deze add-on doen?[CR][CR]- Automatisch scrobblen van alle TV afleveringen en films die je aan het bekijken bent[CR]- Synchroniseer je TV afleveringen en film collecties naar Trakt (start na een bibliotheekupdate)[CR]- Automatisch opschonen van je Trakt collectie zodat deze overeenkomt met Kodi[CR]- Houdt de bekeken status gesynchroniseerd tussen Kodi en Trakt[CR]- Geef een cijfer aan films en afleveringen na ze te hebben bekeken[CR][CR]Speciale dank aan allen die hebben meegeholpen met deze plugin! Bekijk de commentaar historie en wijzigingenlijst om deze getalenteerde ontwikkelaars te zien.</description>
<description lang="pl_PL">Automatyczna rejestracja obejrzanych odcinków seriali i filmów w serwisie Trakt.tv! Przechowuj pełną historię wszystkich obejrzanych mediów i bądź częścią globalnej społeczności entuzjastów multimediów. Zarejestruj swoje konto za darmo na http://trakt.tv i uzyskaj dostęp do mnóstwa funkcji:[CR]- automatycznej rejestracji obejrzanych mediów[CR]- mobilnych aplikacji na iPhone'a, iPada, Androida i Windows Phone[CR]- publikacji obejrzanych mediów i ich oceny (w czasie rzeczywistym) w serwisach Facebook i Twitter[CR]- osobistego kalendarza, żebyś nigdy nie przegapił emisji serialu[CR]- śledzenia aktywności znajomych i osób, którymi się interesujesz[CR]- listy pozycji do obejrzenia, żebyś nigdy nie zapomniał tego, co chcesz obejrzeć[CR]- udostępniania swojej kolekcji mediów, którą możesz zaimponować swoim znajomym[CR]- tworzenia niestandardowych list skupionych na wybranym temacie[CR]- łatwego śledzenia postępów oglądania sezonów i odcinków serialu[CR]- porównywania własnych postępów oglądania z publicznymi listami takimi jak lista Top 250 serwisu IMDb[CR]- odkrywanie nowych seriali i filmów na podstawie preferencji[CR][CR]Co potrafi ten dodatek?[CR][CR]- rejestrować automatycznie odtwarzania wszystkich odcinków seriali i filmów[CR]- synchronizację biblioteki filmów i odcinków seriali z kolekcją Trakt (uruchamianą po aktualizacji biblioteki)[CR]- czyszczenie kolekcji Trakt w celu pełnego dopasowania z biblioteką Kodi[CR]- utrzymywanie synchronizacji stanów obejrzenia między biblioteką Kodi a kolekcją Trakt[CR]- możliwość oceny filmów i odcinków seriali zaraz po obejrzeniu[CR][CR]Specjalne podziękowania dla wszystkich, którzy wnieśli swój wkład w tworzenie tego dodatku! Przejrzyj historię i dziennik zmian, aby poznać tych utalentowanych programistów.</description>
<description lang="pt_BR">Scrobble automaticamente todos os episódios e filmes da TV que você está assistindo ao trakt.tv! Mantenha uma história abrangente de tudo o que você assistiu e faça parte de uma comunidade global de entusiastas de TV e cinema. Inscreva-se para uma conta gratuita em http://trakt.tv e obtenha uma tonelada de recursos: [CR] [CR]- Recorde automaticamente o que você está assistindo [CR]- aplicativos móveis para iPhone, iPad, Android e Windows Telefone [CR]- Compartilhe o que você está assistindo (em tempo real) e classificação no Facebook e Twitter [CR]- Calendário personalizado para que você nunca perca um programa de TV [CR]- siga seus amigos e pessoas em que você está interrompido [ CR]- Use listas de observação para não se esquecer do que assistir [CR]- Rastreie suas coleções de mídia e impressione seus amigos [CR]- Crie listas personalizadas em torno de todos os tópicos que você escolher [CR]- rastrear facilmente seu programa de TV Progress LoveR Todas as estações e episódios [CR]- acompanhe seu progresso contra listas da indústria, como o IMDB Top 250 [CR]- Descubra novos shows e filmes com base em seus hábitos de visualização [CR]- widgets para sua assinatura do fórum [CR] [CR] O que Este addon pode fazer? [Cr] [Cr]- Descobrir automaticamente todos os episódios e filmes da TV que você está assistindo [Cr]- Sincronize seu episódio de TV e coleções de filmes com trakt (acionado após uma atualização da biblioteca) [Cr]- Limpe seu trakt Coleção para que combine com Kodi [CR]- Mantenha os status assistidos sincronizados entre Kodi e Trakt [Cr]- Classifique filmes e episódios depois de assisti-los [CR] [CR] agradecimentos especiais a todos que contribuíram para este plugin! Verifique o histórico de mudanças e o Changelog para ver esses desenvolvedores talentosos.</description>
<description lang="pt_BR">Scrobble automaticamente todos os episódios e filmes da TV que você está assistindo ao trakt.tv! Mantenha uma história abrangente de tudo o que você assistiu e faça parte de uma comunidade global de entusiastas de TV e cinema. Inscreva-se para uma conta gratuita em http://trakt.tv e obtenha uma tonelada de recursos: [CR] [CR]- Recorde automaticamente o que você está assistindo [CR]- aplicativos móveis para iPhone, iPad, Android e Windows Telefone [CR]- Compartilhe o que você está assistindo (em tempo real) e classificação no Facebook e Twitter [CR]- Calendário personalizado para que você nunca perca um programa de TV [CR]- siga seus amigos e pessoas em que você está interrompido [ CR]- Use listas de observação para não se esquecer do que assistir [CR]- Rastreie suas coleções de mídia e impressione seus amigos [CR]- Crie listas personalizadas em torno de todos os tópicos que você escolher [CR]- rastrear facilmente seu programa de TV Progress LoveR Todas as estações e episódios [CR]- acompanhe seu progresso contra listas da indústria, como o IMDB Top 250 [CR]- Descubra novos shows e filmes com base em seus hábitos de visualização [CR]- widgets para sua assinatura do fórum [CR] [CR] O que Este addon pode fazer? [Cr] [Cr]- Descobrir automaticamente todos os episódios e filmes da TV que você está assistindo [Cr]- Sincronize seu episódio de TV e coleções de filmes com trakt (acionado após uma atualização da biblioteca) [Cr]- Limpe seu trakt Coleção para que combine com Kodi [CR]- Mantenha os status assistidos sincronizados entre Kodi e Trakt [Cr]- Classifique filmes e episódios depois de assisti-los [CR] [CR] agradecimentos especiais a todos que contribuíram para este plugin! Verifique o histórico de mudanças e o Changelog para ver esses desenvolvedores talentosos.</description>
<description lang="pt_PT">Automaticamente faça scrobble de filmes e séries que está a ver para o Trakt.tv! Mantenha um histórico de tudo o que visualizou e faça parte de uma comunidade de entusiastas de filmes e séries. Inscreva-se gratuitamente para uma conta em http://trakt.tv e receba uma tonelada de funcionalidades:[CR][CR]- Scrobble automático quando está a visualizar[CR]- Aplicações moveis para iPhone, iPad, Android, Windows Phone e Blackberry[CR]- Partilhe o que está a visualizar (em tempo real) e as suas classificações no facebook e twitter[CR]- Calendário personalizado de forma a nunca perder uma série[CR]- Siga os seus amigos e pessoas de interesse[CR]- Use listas para não esquecer o que ver[CR]- Mostre as suas bibliotecas de filmes e séries aos seus amigos[CR]- Crie listas personalizadas sobre os assuntos que quiser[CR]- Verifique que espisódios já visualizou e quais faltam ver[CR]- Veja que filmes tem do IMDB TOP 250[CR]- Descubra novos filmes e séries com base nos que já viu[CR]- Widgets para usar na assinatura de fóruns[CR][CR]O que pode este addon fazer?[CR]- Scrobble automático de todos os filmes e episódios de séries que está a ver[CR]- Sincronização dos filmes e episódios de séries vistos com o Trakt (após um update da biblioteca)[CR]- Limpeza automática do Trakt de forma a ficar igual ao Kodi[CR]- Manter as visualizações sincronizadas entre o Trakt e o Kodi[CR]- Classifique filmes e episódios após visualização[CR][CR]Um obrigado especial a todos os que contribuíram para este plugin! Veja o github e o changelog para ver quem são estes programadores talentosos.</description>
<description lang="pt_PT">Automaticamente faça scrobble de filmes e séries que está a ver para o Trakt.tv! Mantenha um histórico de tudo o que visualizou e faça parte de uma comunidade de entusiastas de filmes e séries. Inscreva-se gratuitamente para uma conta em http://trakt.tv e receba uma tonelada de funcionalidades:[CR][CR]- Scrobble automático quando está a visualizar[CR]- Aplicações moveis para iPhone, iPad, Android, Windows Phone e Blackberry[CR]- Partilhe o que está a visualizar (em tempo real) e as suas classificações no facebook e twitter[CR]- Calendário personalizado de forma a nunca perder uma série[CR]- Siga os seus amigos e pessoas de interesse[CR]- Use listas para não esquecer o que ver[CR]- Mostre as suas bibliotecas de filmes e séries aos seus amigos[CR]- Crie listas personalizadas sobre os assuntos que quiser[CR]- Verifique que espisódios já visualizou e quais faltam ver[CR]- Veja que filmes tem do IMDB TOP 250[CR]- Descubra novos filmes e séries com base nos que já viu[CR]- Widgets para usar na assinatura de fóruns[CR][CR]O que pode este addon fazer?[CR]- Scrobble automático de todos os filmes e episódios de séries que está a ver[CR]- Sincronização dos filmes e episódios de séries vistos com o Trakt (após um update da biblioteca)[CR]- Limpeza automática do Trakt de forma a ficar igual ao Kodi[CR]- Manter as visualizações sincronizadas entre o Trakt e o Kodi[CR]- Classifique filmes e episódios após visualização[CR][CR]Um obrigado especial a todos os que contribuíram para este plugin! Veja o github e o changelog para ver quem são estes programadores talentosos.</description>
<description lang="sk_SK">Automaticky synchronizujte informácie na Trakt.tv o všetkých seriáloch a filmoch ktoré sledujete.</description>
<description lang="sv_SE">Skrobbla automatiskt alla TV-serie avsnitt och filmer du tittar på till Trakt.tv! Samla en innehållsrik historik om allt du tittar på och var en del av ett globalt kollektiv av TV och filmentusiaster. Skapa ett gratis konto på http://trakt.tv och ta del av massor av funktioner.[CR][CR]- Skrobbla automatiskt vad du tittar på[CR]- Appar för iPhone, iPad, Android och Windows Phone[CR]- Dela vad du tittar på (i realtid) samt dina betyg på Facebook och Twitter[CR]- Personlig kalender så du aldrig missar en TV serie[CR]- Följ dina vänner och andra intressanta personer[CR]- Använd att se listor så du inte glömmer vad du skall se[CR]- Spåra dina media samlingar och imponera på dina vänner[CR]- Skapa listor för olika ämnen som du väljer[CR]- Spåra lätt hur mycket av en TV serie du sett, över alla säsonger och avsnitt[CR]- Jämför hur mycket film du har sett mot flera viktiga listor inom industrin, t.ex. IMDb Top 250[CR]- Upptäck nya TV serier och filmer baserat på din historik[CR]- Widgets för din forum signatur[CR][CR]Vad kan detta addon göra?[CR][CR]- Skrobbla automatiskt alla TV-serie avsnitt och filmer du tittar på[CR]- Synkronisera dina samlingar av film och Tv-serier till Trakt (startas efter en uppdatering av ditt bibliotek i Kodi)[CR]- Städa automatiskt din Trakt samling så den stämmer med Kodi.[CR]- Synkronisera sedd/osedd status mellan Kodi och Trakt[CR]- Betygsätt filmer och TV-serier avsnitt efter du har sett dem[CR][CR]Ett stort tack till alla som bidragit till detta plugin! Se loggen för tillägg och ändringar för att se vilka dessa talangfulla utvecklare är.</description>
<description lang="uk_UA">Автоматично скробліть на Trakt.tv всі серіали та фільми, які ви переглядаєте! Ведіть повну історію ваших переглядів та станьте частиною міжнародної спільноти шанувальників кінематографу. Зареєструйте безкоштовний акаунт на http://trakt.tv та отримайте доступ до таких можливостей:[CR][CR]- Автоматичний скроблінг при перегляді[CR]- Мобільні додатки для iPhone, iPad, Android та Windows Phone[CR]- Діліться вашими переглядами та оцінками на facebook та twitter[CR]- Ваш персональний календар з яким ви ніколи не пропустите новий епізод улюбленого серіалу[CR]- Користуйтесь закладками щоб не забути що переглянути пізніше[CR]- Відстежуйте ваші медіа колекції та вразьте своїх друзів[CR]- Створюйте власні списки на будь-яку тему[CR]- Легко відстежуйте прогрес ваших серіалів, епізодів та сезонів[CR]- Відстежуйте прогрес перегляду найпопулярніших списків, таких як \\"Топ 250 фільмів IMDb\\"[CR]- Відривайте для себе нові серіали та фільми на основі ваших попередніх переглядів[CR] - Віджети для унікального банеру профіля на форумі[CR][CR]Що вміє цей додаток?[CR][CR]- Автоматично скроблити всі серіали та фільми які ви переглядаєте[CR]- Синхронізувати ваші колекції фільмів та серіалів до сервісу Trakt(спрацьовує при оновленні каталогу)[CR]- Автоматично очищати ваші Trakt колекції для синхронізації з локальним каталогом[CR]- Синхронізувати статус переглянутих між Kodi та Trakt[CR]- Оцінювати фільми та серіали після перегляду[CR][CR] Окрема подяка всім, хто долучився до розробки цього додатку! Огляньте історію змін щоб переглянути список цих талановитих розробників.</description>
<description lang="zh_CN">自动记录您正在观看的所有电视剧和电影到Trakt.tv!全面记录你看过的一切,成为全球电视和电影爱好者社区的一部分。在http://trakt.tv注册一个免费帐户,即可获得大量功能:[CR];[CR];-自动滚动您正在观看的内容[CR];-iPhone、iPad、Android和Windows phone上的移动应用程序[CR];-(实时)分享您正在观看的内容,并将其评分到Facebook和Twitter&10;-个性化日历,让您永远不会错过任何电视节目[CR];-关注您的朋友和您感兴趣的人&使用观看列表,这样您就不会忘记要看什么。-跟踪您的媒体收藏并打动您的朋友[CR];-围绕您选择的任何主题创建自定义列表[CR];-轻松跟踪您的电视节目在所有季节和剧集中的进度-对照行业列表(如IMDB排名前250&10;)跟踪您的进度-根据您的观看习惯发现新的剧集和电影[CR];-用于论坛签名的小工具[CR];[CR];[CR];[CR];-自动滚动所有电视剧和电影。-将您的电视剧集和电影集同步到Trakt(在库更新后触发)[CR];-自动清理您的Trakt集,以便它与Kodi&10;匹配-保持在Kodi和Trakt&10;之间同步的观看状态-在观看电影和集之后对它们进行评级[CR];[CR];特别感谢所有对此插件做出贡献的人!查看提交历史记录和更改日志,查看这些有才华的开发人员。</description>
</extension>
</addon>
================================================
FILE: changelog.txt
================================================
version 3.8.2
- Fix: Handle empty Kodi media details
- Fix functional bugs in utilities and scrobbler
- Add unit tests for utilities and obfuscation modules
- Improve type hints
version 3.8.1
- Changes to user agent and api key handling
version 3.8.0
- Add support for script.trakt.exclude listitem property
- Translation updates (Irish, Bosnian, Polish, Portuguese, Swedish, Chinese, and more)
version 3.7.1
- Fix title/year fallback ignoring year
- Add a test for movies with same name
version 3.7.0
- Translation update
version 3.6.1
- Code cleanup
- Translation update
version 3.6.0
- Clarify unit on startup delay
- Migrate to new settings format
- Allow to override global proxy settings
- Fix empty movie title when year not included in showtitle
- Fix runtime fallback for calculating episode and movie progress
- Fix hide notifications when playing video
- Update translations
version 3.5.0
- Fix problems with skins based on skin-shortcuts
- Improve proxy URL configuration
- Don't ask trakt for ratings, if the user doesn't need them
- Translations
version 3.4.2
- Handle cases of missing ids for tvshows
- Update translations
version 3.4.1
- Fix wrong kodi query breaking episode sync
version 3.4.0
- Fallback to pre-matrix imdbnumber behavior again
- Fix notifications not showing
- Fix id handling for manual actions, fixes tmdb for e.g.
- Fix episode collection chunksize
- Fix show rating not working
version 3.3.5
- Fix variable reference error
version 3.3.4
- Fix variable reference error
version 3.3.3
- Improve PVR detection
- Updated for python 3.9
- Fix bug that reset watched state
- Don't fail on missing uniqueid
- Improved logging
version 3.3.2
- Fixes for matrix changed apis
version 3.3.1
- Update to lastest trakt dependency
- Improved no runtime handling
- Fix manual set watched
- Fix manual watchlisting
- Improve manual rating matches
version 3.3.0
- Ported to Python 3
- PVR channels with proper tags were not scrobbling, corrected infolabels
and added pvr progress tracking
version 3.2.4
- Improve id matching for non-tvdb ids
version 3.2.3
- Python 3 compatability
version 3.2.2
- Fix communication with nextup addon
version 3.2.1
- Use correct hook into kodi 18
version 3.2.0
- Improved id matching for different metadata providers
- Added various refactoring and testing
- Improve mathing for movies with the same name
- Moved to new language structure
version 3.1.12
- Improved id matching for krypton+
version 3.1.11
- Allow exclusions of plugins or scripts
- Updates for MythTv integration
- Allow to unrate an item on Trakt (only via integration)
- Added some more tests
version 3.1.10
- fix scrobling problem when using yatse to start playback
- internal refactoring
version 3.1.9
- fallback to only title matching if all else fails
- updated dependencies
version 3.1.8
- added MythTV PVR recordings scrobbling, as an option (under Scrobbler in configuration)
- added option to perform secondary search for show title by text, if initial scrobble fails
- small bugfix for the hungarian translations
- don't close other windows after playback
- bugfix for sync crashing when using paths with special characters
version 3.1.7
- fixed expired auth tokens not getting refreshed correctly
version 3.1.6
- fixed bug when trying to start authentication manually
version 3.1.5
- implemented device auth flow
version 3.1.4
- fix episode progress playback sync
- improved movie progress playback sync
- fix another case of the rating popup failing to show up
- improved interaction with Nextup Service Notification addon
- some more fixes
- more tests
version 3.1.3
- bugfix for movies being rated with 1 on sync
- added fallback for dates outside of the unix timespan - they will now fall back to the current date/time
- fixed rating popup not showing up for content from external addons
version 3.1.2
- bugfix for movie playback progress sync
version 3.1.1
- bugfix for tv show rating sync
version 3.1.0
- add ratings sync for movies, tvshows and episodes
- store ratings in kodi when rating on trakt
version 3.0.7
- fix for exclusions when using special characters
version 3.0.6
- fix getting some user settings, like path excludes
version 3.0.5
- added scrobble start offset setting (default is 0)
- changed up/down buttons in rating dialog to go to 10/1 instead of right/left
- you can now exclude up to 12 paths
- fixed multiple potential crashs
- updated language files from Transifex
version 3.0.4
- added playback progress sync for episodes
- fixed problem when external addon is providing video_ids but no year
- fixed problem with multi-part episodes sometimes not being recognized
- added fallback for dates outside of the unix timespan - they will now fall back to the current date/time
- updated language files from Transifex
version 3.0.3
- bugfix for keyboard not showing up when trying to type in the pin dialog
- properly handle any ids combination when scrobbling is off for ratings
- updated language files from Transifex
version 3.0.2
- fancy PIN auth dialog (by tknorris) and design (by piers)
- new design for context menu (by piers)
- skinners be aware, we renamed the dialogs, so you will need to rename yours too
- improved the dialogs so they are easier to skin
- you no longer need to scrobble to get a rating dialog
- created context menu addons for Kodi 15 (Isengard) - you need to install them on their own
- added an 'add to watchlist' button
- various fixes for manual rating and watched
- fixed some notifications not causing errors
- added id scrobbling via ids window property
- updated language files from Transifex
version 3.0.1
- moved to PIN login, you will need to reenter your credentials. It's more secure and users with social logins (e.g. g+ or fb) can now login too!
- readded manual ratings for movies/shows/episodes (by tknorris)
- implemented manual ratings for seasons (by tknorris)
- readded manual ratings for movies/shows/seasons/episodes
- readded the Trakt contextmenu
- multipart episodes now show a rating dialog for each episode, when playback is finished
- use kodi proxy to send requests to trakt
- updated transifex translations
version 3.0.0
- new Trakt branded rating dialog (by Piers)
- ported to Trakt.tv api v2 (using trakt.py by fuzeman)
- added playback progress sync for movies
- renamed everything from xbmc to kodi
- more languages supported
- send collected date from kodi to Trakt
- send watched date from kodi to Trakt
- send watched times and last watched date from Trakt to kodi
- removed lists management and contextmenu (for now)
- default rating is now a neutral 6 "Okay"
- improved logging
- various improvements and bugfixes
version 2.3.2
- fixed update tags not running after sync, if the setting was enabled (nate1280)
- fixed usage of sync after library update, was always syncing (nate1280)
- small cleanup of sync, replace redundant calls with a variable and one time call (nate1280)
- compatible with Gotham
- language updates
- other bug fixes (see github)
version 2.3.1
- improved API error handling and debugging
- new context menu action via RunScript(script.trakt,action=contextmenu)
- silent option for manual sync via RunScript(script.trakt,action=sync,silent=True)
version 2.3.0
- moved debug settings to their own menu (nate1280)
- new togglewatched action for skins/keymaps (nate1280)
- new rate action for skins/keymaps (nate1280)
- new tagging/list actions for skins/keymaps (nate1280)
- alternate rating notification style (nate1280)
- exclusion checks now work in syncing and scrobbling (nate1280)
version 2.2.0
- lots of code optimizing and bug fixes (nate1280)
- sync fixes (nate1280)
- better scrobbling of streaming media (nate1280)
- updated translations
version 2.1.0
- rate movies and episode after watching them (sschocke, N3MIS15)
- use urllib2 for connection (nate1280)
- rewrite notification service (nate1280)
- scrobbles playlisted items correctly (koying)
- exclude settings for media to not scrobble (ezechiel1917)
- scrobble multi-part episodes correctly (nate1280)
version 2.0.0
- compatible with Frodo only, Eden support dropped
- supports absolute and dvd ordering (mizaki)
- sync your TV episode and movie collections to Trakt (N3MIS15)
- auto clean your Trakt collection so that it matches up with XBMC (N3MIS15)
- keep watched statuses synced between XBMC and Trakt (N3MIS15)
- retry the telnet connection to prevent timeouts (sschocke)
- fixed authentication issue for incorrect username/password
- default to HTTPS on
- retry failed API calls (nate1280)
version 1.0.1
- code optimization (seadog)
- use tvdb_id for much improved matching and international support
- hide error notifications during playback
version 1.0.0
- initial release
- tv episode and movie scrobbling
- works with local files and remote streams with correct metadata
- tested with XBMC library mode, PleXBMC, Amazon, CBS
================================================
FILE: default.py
================================================
# -*- coding: utf-8 -*-
#
import logging
import xbmcaddon
from resources.lib import kodilogging
from resources.lib.service import traktService
from resources.lib.utilities import createError, checkIfNewVersion
from resources.lib.kodiUtilities import setSetting, getSetting
__addon__ = xbmcaddon.Addon('script.trakt')
__addonversion__ = __addon__.getAddonInfo('version')
__addonid__ = __addon__.getAddonInfo('id')
kodilogging.config()
logger = logging.getLogger(__name__)
logger.debug("Loading '%s' version '%s'" % (__addonid__, __addonversion__))
if checkIfNewVersion(str(getSetting('version')), str(__addonversion__)):
setSetting('version', __addonversion__)
try:
traktService().run()
except Exception as ex:
message = createError(ex)
logger.fatal(message)
logger.debug("'%s' shutting down." % __addonid__)
================================================
FILE: defaultscript.py
================================================
# -*- coding: utf-8 -*-
import logging
import xbmcaddon
from resources.lib import script
logger = logging.getLogger(__name__)
__addon__ = xbmcaddon.Addon("script.trakt")
def Main():
script.run()
if __name__ == '__main__':
Main()
================================================
FILE: resources/language/resource.language.af_ZA/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/xbmc-addons/language/af/)\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
msgctxt "#32000"
msgid "General"
msgstr "Algemeen"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr "Gradering"
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "Fout"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr "Mooi"
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr "Flieks"
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr "Diens"
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr ""
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.am_ET/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-03-20 15:56+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Amharic (Ethiopia) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-trakt/am_et/>\n"
"Language: am_ET\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.5.1\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
msgctxt "#32000"
msgid "General"
msgstr "ባጠቃላይ"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr "ደረጃው"
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "ስህተት"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr "መጠነኛ"
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr "ሙቪዎች"
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr ""
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr ""
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.ar_SA/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kodi Translation Team\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/xbmc-addons/language/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
msgctxt "#32000"
msgid "General"
msgstr "عام"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr "التقييم"
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "خطأ"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr ":عادل"
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr "أفلام"
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr ""
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr ""
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.ar_sa/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2024-01-23 10:13+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Arabic (Saudi Arabia) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-trakt/ar_sa/>\n"
"Language: ar_sa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.3\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
# General Settings
msgctxt "#32000"
msgid "General"
msgstr "عام"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr ""
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "خطأ"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr ""
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr "أفلام"
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr ""
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr ""
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.ast_es/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2024-08-05 13:29+0000\n"
"Last-Translator: \"Enol P.\" <enolp@softastur.org>\n"
"Language-Team: Asturian (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-trakt/ast_es/>\n"
"Language: ast_es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6.2\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
# General Settings
msgctxt "#32000"
msgid "General"
msgstr "Xeneral"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr ""
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr ""
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr ""
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr ""
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr ""
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr ""
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.az_AZ/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-02-25 18:13+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Azerbaijani <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-trakt/az_az/>\n"
"Language: az_AZ\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
# General Settings
msgctxt "#32000"
msgid "General"
msgstr "Ümumi"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr "Reytinq"
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "Xəta"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr ""
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr "Filmlər"
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr ""
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr ""
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.be_BY/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-03-03 14:11+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Belarusian <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-trakt/be_by/>\n"
"Language: be_BY\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
msgctxt "#32000"
msgid "General"
msgstr "Асноўныя"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr "Рэйтынг"
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "Памылка"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt "#32032"
msgid "Meh"
msgstr ""
msgctxt "#32033"
msgid "Fair"
msgstr "Сонечна"
msgctxt "#32034"
msgid "Good"
msgstr ""
msgctxt "#32035"
msgid "Great"
msgstr ""
msgctxt "#32036"
msgid "Superb"
msgstr ""
msgctxt "#32037"
msgid "Unrate this movie"
msgstr ""
msgctxt "#32038"
msgid "Unrate this show"
msgstr ""
msgctxt "#32039"
msgid "Unrate this episode"
msgstr ""
msgctxt "#32040"
msgid "Trakt - Rating submitted successfully"
msgstr ""
msgctxt "#32041"
msgid "Trakt - Already rated"
msgstr ""
msgctxt "#32042"
msgid "Trakt - Unrated successfully"
msgstr ""
msgctxt "#32043"
msgid "Trakt - Already has the same rating"
msgstr ""
msgctxt "#32044"
msgid "Trakt - Problem submitting rating"
msgstr ""
msgctxt "#32045"
msgid "Synchronize"
msgstr ""
msgctxt "#32046"
msgid "Movies"
msgstr "Фільмы"
msgctxt "#32047"
msgid "Add new movies to Trakt collection"
msgstr ""
msgctxt "#32048"
msgid "Add watched movies to Trakt history"
msgstr ""
msgctxt "#32049"
msgid "Mark movies from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32050"
msgid "TV Episodes"
msgstr ""
msgctxt "#32051"
msgid "Add new TV episodes to Trakt collection"
msgstr ""
msgctxt "#32052"
msgid "Add watched TV episodes to Trakt history"
msgstr ""
msgctxt "#32053"
msgid "Mark TV episodes from Trakt history as watched in Kodi"
msgstr ""
msgctxt "#32054"
msgid "Service"
msgstr ""
msgctxt "#32055"
msgid "Sync collection on library update or cleaning"
msgstr ""
msgctxt "#32056"
msgid "Show sync notifications"
msgstr ""
msgctxt "#32057"
msgid "Remove deleted movies from Trakt collection"
msgstr ""
msgctxt "#32058"
msgid "Remove deleted TV episodes from Trakt collection"
msgstr ""
# empty string with id 32059
msgctxt "#32060"
msgid "Hide notifications during playback"
msgstr ""
msgctxt "#32061"
msgid "Sync started"
msgstr ""
msgctxt "#32062"
msgid "Sync complete"
msgstr ""
msgctxt "#32063"
msgid "%i movie(s) will be added to Trakt collection"
msgstr ""
msgctxt "#32064"
msgid "%i movie playcount(s) will be updated on Trakt"
msgstr ""
msgctxt "#32065"
msgid "%i movie(s) playcount will be updated in Kodi"
msgstr ""
msgctxt "#32066"
msgid "Movie Sync Complete"
msgstr ""
msgctxt "#32067"
msgid "Going to add %i show(s) to Trakt collection"
msgstr ""
msgctxt "#32068"
msgid "Checking for episodes missing from Trakt collection"
msgstr ""
msgctxt "#32069"
msgid "%i of %i show(s) have episodes added to Trakt collection"
msgstr ""
msgctxt "#32070"
msgid "Going to update %i show(s) missing watched status"
msgstr ""
msgctxt "#32071"
msgid "Checking watched episodes on Trakt"
msgstr ""
msgctxt "#32072"
msgid "%i show(s) had missing watched status"
msgstr ""
msgctxt "#32073"
msgid "%i episodes are being updated"
msgstr ""
msgctxt "#32074"
msgid "Checking watched episodes on Kodi"
msgstr ""
msgctxt "#32075"
msgid "Episode Sync Complete"
msgstr ""
msgctxt "#32076"
msgid "%i movie(s) will be removed from Trakt collection"
msgstr ""
msgctxt "#32077"
msgid "Cleaning Trakt TV show collection"
msgstr ""
msgctxt "#32078"
msgid "episodes are being removed"
msgstr ""
msgctxt "#32079"
msgid "Loading movies from Kodi"
msgstr ""
msgctxt "#32080"
msgid "Movies loaded from Kodi"
msgstr ""
msgctxt "#32081"
msgid "Retrieving movie collection from Trakt"
msgstr ""
msgctxt "#32082"
msgid "Retrieving watched movies from Trakt"
msgstr ""
msgctxt "#32083"
msgid "Retrieved movie data from Trakt"
msgstr ""
msgctxt "#32084"
msgid "Trakt movie collection is up to date, no movies to add"
msgstr ""
msgctxt "#32085"
msgid "%i movie(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32086"
msgid "Trakt movie playcounts are up to date"
msgstr ""
msgctxt "#32087"
msgid "Playcounts updated for %i movie(s) on Trakt"
msgstr ""
msgctxt "#32088"
msgid "Kodi movie playcounts are up to date"
msgstr ""
msgctxt "#32089"
msgid "Updating %i of %i movie playcount(s) in Kodi"
msgstr ""
msgctxt "#32090"
msgid "Playcounts updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32091"
msgid "Trakt movie collection is up to date, no movies removed"
msgstr ""
msgctxt "#32092"
msgid "%i movie(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32093"
msgid "Updating %i of %i movie playcount(s) on Trakt"
msgstr ""
msgctxt "#32094"
msgid "Loading episode data from Kodi"
msgstr ""
msgctxt "#32095"
msgid "Loading shows from Kodi"
msgstr ""
msgctxt "#32096"
msgid "Shows loaded from Kodi"
msgstr ""
msgctxt "#32097"
msgid "Parsing %i of %i episode data from Kodi"
msgstr ""
msgctxt "#32098"
msgid "Loaded episode data from Kodi"
msgstr ""
msgctxt "#32099"
msgid "Loading episode data from Trakt"
msgstr ""
msgctxt "#32100"
msgid "Retrieving episode collection from Trakt"
msgstr ""
msgctxt "#32101"
msgid "Retrieving watched episodes from Trakt"
msgstr ""
msgctxt "#32102"
msgid "Parsing episode data %i of %i from Trakt"
msgstr ""
msgctxt "#32103"
msgid "Retrieved episode data from Trakt"
msgstr ""
msgctxt "#32104"
msgid "Trakt episode collection is up to date, no episodes to add"
msgstr ""
msgctxt "#32105"
msgid "%i episode(s) were added to your Trakt collection"
msgstr ""
msgctxt "#32106"
msgid "Trakt episode playcounts are up to date"
msgstr ""
msgctxt "#32107"
msgid "Kodi episode playcounts are up to date"
msgstr ""
msgctxt "#32108"
msgid "Updating %i of %i episode playcount(s) in Kodi"
msgstr ""
msgctxt "#32109"
msgid "Playcounts updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32110"
msgid "Trakt episode collection is clean, no episodes to remove"
msgstr ""
msgctxt "#32111"
msgid "%i episode(s) are being removed from your Trakt collection"
msgstr ""
msgctxt "#32112"
msgid "%i episode(s) were removed from your Trakt collection"
msgstr ""
msgctxt "#32113"
msgid "Trakt - Marked as watched"
msgstr ""
msgctxt "#32114"
msgid "Trakt - Failed marking as watched"
msgstr ""
msgctxt "#32115"
msgid "%d episode(s) of '%s'"
msgstr ""
msgctxt "#32116"
msgid "Enable debug mode"
msgstr ""
msgctxt "#32117"
msgid "Sync movie playback progress to Kodi"
msgstr ""
msgctxt "#32118"
msgid "Sync episode playback progress to Kodi"
msgstr ""
msgctxt "#32119"
msgid "Retrieving episode playback progress from Trakt"
msgstr ""
msgctxt "#32120"
msgid "Parsing episode playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32121"
msgid "Retrieved episode playback progress from Trakt"
msgstr ""
msgctxt "#32122"
msgid "Retrieving movie playback progress from Trakt"
msgstr ""
msgctxt "#32123"
msgid "Parsing movie playback progress %i of %i from Trakt"
msgstr ""
msgctxt "#32124"
msgid "Retrieved movie playback progress from Trakt"
msgstr ""
msgctxt "#32125"
msgid "Kodi movie playback progress is up to date"
msgstr ""
msgctxt "#32126"
msgid "%i movie(s) playback progress will be updated in Kodi"
msgstr ""
msgctxt "#32127"
msgid "Updating %i of %i movie(s) playback progress in Kodi"
msgstr ""
msgctxt "#32128"
msgid "Playback progress updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32129"
msgid "Kodi episode playback progress is up to date"
msgstr ""
msgctxt "#32130"
msgid "Updating %i of %i episode(s) playback progress in Kodi"
msgstr ""
msgctxt "#32131"
msgid "Playback progress updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32132"
msgid "Unrate this season"
msgstr ""
msgctxt "#32133"
msgid "Manage Movie's Lists"
msgstr ""
msgctxt "#32134"
msgid "Manage Show's Lists"
msgstr ""
msgctxt "#32135"
msgid "Remove from Watchlist"
msgstr ""
msgctxt "#32136"
msgid "Add to watchlist"
msgstr ""
msgctxt "#32137"
msgid "Rate this movie"
msgstr ""
msgctxt "#32138"
msgid "Rate this show"
msgstr ""
msgctxt "#32139"
msgid "Rate this episode"
msgstr ""
msgctxt "#32140"
msgid "Toggle watched"
msgstr ""
msgctxt "#32141"
msgid "Manage all lists"
msgstr ""
msgctxt "#32142"
msgid "Update all tags"
msgstr ""
msgctxt "#32143"
msgid "Synchronize library"
msgstr ""
msgctxt "#32144"
msgid "How do I authorize the trakt addon to access my trakt.tv account?"
msgstr ""
# empty strings from id 32145 to 32146
msgctxt "#32147"
msgid "Trakt.tv PIN Authorization Failed"
msgstr ""
# empty string with id 32148
msgctxt "#32149"
msgid "Rate this Season"
msgstr ""
msgctxt "#32150"
msgid "You will be reminded in 24 hours"
msgstr ""
msgctxt "#32151"
msgid "Use Addon Settings later if you change your mind"
msgstr ""
msgctxt "#32152"
msgid "Trakt Authorization Complete"
msgstr ""
msgctxt "#32153"
msgid "Trakt Account Authorization"
msgstr ""
msgctxt "#32154"
msgid "Authorize"
msgstr ""
msgctxt "#32155"
msgid "Remind Me Later"
msgstr ""
msgctxt "#32156"
msgid "No Thanks"
msgstr ""
msgctxt "#32157"
msgid "Account Authorization"
msgstr ""
# empty string with id 32158
msgctxt "#32159"
msgid "Visit {0} or scan the QR code."
msgstr ""
msgctxt "#32162"
msgid "The trakt addon CAN NOT be used without authorizing it to access your trakt.tv account."
msgstr ""
msgctxt "#32163"
msgid "User"
msgstr "User"
msgctxt "#32164"
msgid "Fallback to Title/Year matching if necessary"
msgstr ""
msgctxt "#32165"
msgid "Trakt - Added to watchlist"
msgstr ""
msgctxt "#32166"
msgid "Trakt - Failed adding to watchlist"
msgstr ""
msgctxt "#32167"
msgid "Offset scrobble start by X minutes"
msgstr ""
msgctxt "#32168"
msgid "Sync ratings"
msgstr ""
msgctxt "#32169"
msgid "Kodi movie ratings are up to date"
msgstr ""
msgctxt "#32170"
msgid "%i movie(s) ratings will be updated in Kodi"
msgstr ""
msgctxt "#32171"
msgid "Updating %i of %i movie ratings in Kodi"
msgstr ""
msgctxt "#32172"
msgid "Ratings updated for %i movie(s) in Kodi"
msgstr ""
msgctxt "#32173"
msgid "Kodi episode ratings are up to date"
msgstr ""
msgctxt "#32174"
msgid "Updating %i of %i episode ratings in Kodi"
msgstr ""
msgctxt "#32175"
msgid "Ratings updated for %i episode(s) in Kodi"
msgstr ""
msgctxt "#32176"
msgid "Kodi show ratings are up to date"
msgstr ""
msgctxt "#32177"
msgid "Updating %i of %i show ratings in Kodi"
msgstr ""
msgctxt "#32178"
msgid "Ratings updated for %i show(s) in Kodi"
msgstr ""
msgctxt "#32179"
msgid "Trakt movie ratings are up to date"
msgstr ""
msgctxt "#32180"
msgid "%i movie ratings will be updated on Trakt"
msgstr ""
msgctxt "#32181"
msgid "Trakt show ratings are up to date"
msgstr ""
msgctxt "#32182"
msgid "%i show ratings will be updated on Trakt"
msgstr ""
msgctxt "#32183"
msgid "Attempt to scrobble MythTV PVR recordings"
msgstr ""
msgctxt "#32184"
msgid "Attempt secondary show title search"
msgstr ""
msgctxt "#32185"
msgid "Exclude Plugins"
msgstr ""
msgctxt "#32186"
msgid "Allow script exclusions"
msgstr ""
msgctxt "#32187"
msgid "Override proxy"
msgstr ""
msgctxt "#42187"
msgid "Always enable a proxy, regardless of the kodi configuration. The default value is from the kodi configuration, but can be overriden below. The trakt plugin currently only supports HTTP or HTTPS proxies where kodi also supports SOCKS proxies."
msgstr ""
msgctxt "#32188"
msgid "Proxy URI"
msgstr ""
msgctxt "#42188"
msgid "Location of the proxy server."
msgstr ""
msgctxt "#32189"
msgid "Proxy port"
msgstr ""
msgctxt "#42189"
msgid "Port of the proxy server."
msgstr ""
msgctxt "#32190"
msgid "Username"
msgstr ""
msgctxt "#42190"
msgid "Optional user name needed to authenticate with the proxy."
msgstr ""
msgctxt "#32191"
msgid "Password"
msgstr ""
msgctxt "#42191"
msgid "Optional password needed to authenticate with the proxy."
msgstr ""
================================================
FILE: resources/language/resource.language.bg_BG/strings.po
================================================
# Kodi Media Center language file
# Addon Name: Trakt
# Addon id: script.trakt
# Addon Provider: Trakt.tv, Razze
msgid ""
msgstr ""
"Project-Id-Version: XBMC Addons\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-05-05 10:29+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Bulgarian <https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-trakt/bg_bg/>\n"
"Language: bg_BG\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.6.1\n"
msgctxt "Addon Summary"
msgid "TV and movie scrobbler for Trakt.tv"
msgstr ""
msgctxt "Addon Description"
msgid "Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. Sign up for a free account at http://trakt.tv and get a ton of features:[CR][CR]- Automatically scrobble what you're watching[CR]- Mobile apps for iPhone, iPad, Android, and Windows Phone[CR]- Share what you're watching (in real time) and rating to facebook and twitter[CR]- Personalized calendar so you never miss a TV show[CR]- Follow your friends and people you're interesed in[CR]- Use watchlists so you don't forget to what to watch[CR]- Track your media collections and impress your friends[CR]- Create custom lists around any topics you choose[CR]- Easily track your TV show progress across all seasons and episodes[CR]- Track your progress against industry lists such as the IMDb Top 250[CR]- Discover new shows and movies based on your viewing habits[CR]- Widgets for your forum signature[CR][CR]What can this addon do?[CR][CR]- Automatically scrobble all TV episodes and movies you are watching[CR]- Sync your TV episode and movie collections to Trakt (triggered after a library update)[CR]- Auto clean your Trakt collection so that it matches up with Kodi[CR]- Keep watched statuses synced between Kodi and Trakt[CR]- Rate movies and episode after watching them[CR][CR]Special thanks to all who contributed to this plugin! Check the commit history and changelog to see these talented developers."
msgstr ""
msgctxt "#32000"
msgid "General"
msgstr "Основни"
# empty strings from id 32001 to 32002
msgctxt "#32003"
msgid "Startup Delay (seconds)"
msgstr ""
msgctxt "#32004"
msgid "Rating"
msgstr "Рейтинг"
msgctxt "#32005"
msgid "Rate Movie after watching"
msgstr ""
msgctxt "#32006"
msgid "Rate TV show Episode after watching"
msgstr ""
msgctxt "#32008"
msgid "Minimum percent watched to display rating dialog"
msgstr ""
msgctxt "#32009"
msgid "Allow re-rating of media"
msgstr ""
msgctxt "#32010"
msgid "Default rating"
msgstr ""
# Scrobbling Settings
msgctxt "#32011"
msgid "Scrobbling"
msgstr ""
msgctxt "#32012"
msgid "Scrobble movies"
msgstr ""
msgctxt "#32013"
msgid "Scrobble TV show episodes"
msgstr ""
msgctxt "#32014"
msgid "Show notification on scrobble"
msgstr ""
msgctxt "#32015"
msgid "Trakt - Scrobbled successfully"
msgstr ""
msgctxt "#32016"
msgid "Exclusions"
msgstr ""
msgctxt "#32017"
msgid "Exclude Live TV"
msgstr ""
msgctxt "#32018"
msgid "Exclude HTTP sources"
msgstr ""
msgctxt "#32019"
msgid "Exclude path"
msgstr ""
msgctxt "#32020"
msgid "Folder's path (including subfolders)"
msgstr ""
# empty strings from id 32021 to 32022
msgctxt "#32023"
msgid "Can not connect to Trakt"
msgstr ""
msgctxt "#32024"
msgid "Error"
msgstr "Грешка"
# empty string with id 32025
msgctxt "#32026"
msgid "What Did You Think?"
msgstr ""
msgctxt "#32027"
msgid "Totally Ninja!"
msgstr ""
msgctxt "#32028"
msgid "Weak Sauce :("
msgstr ""
msgctxt "#32029"
msgid "Terrible"
msgstr ""
msgctxt "#32030"
msgid "Bad"
msgstr ""
msgctxt "#32031"
msgid "Poor"
msgstr ""
msgctxt
gitextract_ptvccufj/
├── .gitattributes
├── .github/
│ ├── ISSUE_TEMPLATE.md
│ ├── dependabot.yml
│ └── workflows/
│ ├── addon-check.yml
│ ├── submit.yml
│ ├── sync-addon-metadata-translations.yml
│ └── test.yml
├── .gitignore
├── .gitlab-ci.yml
├── HOW_TO_RELEASE.md
├── LICENSE.txt
├── README.md
├── addon.xml
├── changelog.txt
├── default.py
├── defaultscript.py
├── resources/
│ ├── language/
│ │ ├── resource.language.af_ZA/
│ │ │ └── strings.po
│ │ ├── resource.language.am_ET/
│ │ │ └── strings.po
│ │ ├── resource.language.ar_SA/
│ │ │ └── strings.po
│ │ ├── resource.language.ar_sa/
│ │ │ └── strings.po
│ │ ├── resource.language.ast_es/
│ │ │ └── strings.po
│ │ ├── resource.language.az_AZ/
│ │ │ └── strings.po
│ │ ├── resource.language.be_BY/
│ │ │ └── strings.po
│ │ ├── resource.language.bg_BG/
│ │ │ └── strings.po
│ │ ├── resource.language.bs_BA/
│ │ │ └── strings.po
│ │ ├── resource.language.ca_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.cs_CZ/
│ │ │ └── strings.po
│ │ ├── resource.language.cy_GB/
│ │ │ └── strings.po
│ │ ├── resource.language.da_DK/
│ │ │ └── strings.po
│ │ ├── resource.language.de_DE/
│ │ │ └── strings.po
│ │ ├── resource.language.el_GR/
│ │ │ └── strings.po
│ │ ├── resource.language.en_AU/
│ │ │ └── strings.po
│ │ ├── resource.language.en_GB/
│ │ │ └── strings.po
│ │ ├── resource.language.en_NZ/
│ │ │ └── strings.po
│ │ ├── resource.language.en_US/
│ │ │ └── strings.po
│ │ ├── resource.language.en_au/
│ │ │ └── strings.po
│ │ ├── resource.language.en_nz/
│ │ │ └── strings.po
│ │ ├── resource.language.en_us/
│ │ │ └── strings.po
│ │ ├── resource.language.eo/
│ │ │ └── strings.po
│ │ ├── resource.language.es_AR/
│ │ │ └── strings.po
│ │ ├── resource.language.es_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.es_MX/
│ │ │ └── strings.po
│ │ ├── resource.language.es_ar/
│ │ │ └── strings.po
│ │ ├── resource.language.es_mx/
│ │ │ └── strings.po
│ │ ├── resource.language.et_EE/
│ │ │ └── strings.po
│ │ ├── resource.language.eu_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.fa_AF/
│ │ │ └── strings.po
│ │ ├── resource.language.fa_IR/
│ │ │ └── strings.po
│ │ ├── resource.language.fa_af/
│ │ │ └── strings.po
│ │ ├── resource.language.fi_FI/
│ │ │ └── strings.po
│ │ ├── resource.language.fil/
│ │ │ └── strings.po
│ │ ├── resource.language.fo_FO/
│ │ │ └── strings.po
│ │ ├── resource.language.fr_CA/
│ │ │ └── strings.po
│ │ ├── resource.language.fr_FR/
│ │ │ └── strings.po
│ │ ├── resource.language.fr_ca/
│ │ │ └── strings.po
│ │ ├── resource.language.ga/
│ │ │ └── strings.po
│ │ ├── resource.language.ga_ie/
│ │ │ └── strings.po
│ │ ├── resource.language.gl_ES/
│ │ │ └── strings.po
│ │ ├── resource.language.he/
│ │ │ └── strings.po
│ │ ├── resource.language.he_IL/
│ │ │ └── strings.po
│ │ ├── resource.language.he_il/
│ │ │ └── strings.po
│ │ ├── resource.language.hi_IN/
│ │ │ └── strings.po
│ │ ├── resource.language.hr_HR/
│ │ │ └── strings.po
│ │ ├── resource.language.hu_HU/
│ │ │ └── strings.po
│ │ ├── resource.language.hy_AM/
│ │ │ └── strings.po
│ │ ├── resource.language.id_ID/
│ │ │ └── strings.po
│ │ ├── resource.language.ie_GA/
│ │ │ └── strings.po
│ │ ├── resource.language.is_IS/
│ │ │ └── strings.po
│ │ ├── resource.language.it_IT/
│ │ │ └── strings.po
│ │ ├── resource.language.ja_JP/
│ │ │ └── strings.po
│ │ ├── resource.language.kn_in/
│ │ │ └── strings.po
│ │ ├── resource.language.ko_KR/
│ │ │ └── strings.po
│ │ ├── resource.language.lt_LT/
│ │ │ └── strings.po
│ │ ├── resource.language.lv_LV/
│ │ │ └── strings.po
│ │ ├── resource.language.mi/
│ │ │ └── strings.po
│ │ ├── resource.language.mk_MK/
│ │ │ └── strings.po
│ │ ├── resource.language.ml_IN/
│ │ │ └── strings.po
│ │ ├── resource.language.mn_MN/
│ │ │ └── strings.po
│ │ ├── resource.language.ms_MY/
│ │ │ └── strings.po
│ │ ├── resource.language.mt_MT/
│ │ │ └── strings.po
│ │ ├── resource.language.my_MM/
│ │ │ └── strings.po
│ │ ├── resource.language.nb_NO/
│ │ │ └── strings.po
│ │ ├── resource.language.nb_no/
│ │ │ └── strings.po
│ │ ├── resource.language.nl_NL/
│ │ │ └── strings.po
│ │ ├── resource.language.oc_fr/
│ │ │ └── strings.po
│ │ ├── resource.language.os_os/
│ │ │ └── strings.po
│ │ ├── resource.language.pl_PL/
│ │ │ └── strings.po
│ │ ├── resource.language.prs/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_BR/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_PT/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_br/
│ │ │ └── strings.po
│ │ ├── resource.language.pt_pt/
│ │ │ └── strings.po
│ │ ├── resource.language.ro_RO/
│ │ │ └── strings.po
│ │ ├── resource.language.ru_RU/
│ │ │ └── strings.po
│ │ ├── resource.language.si_lk/
│ │ │ └── strings.po
│ │ ├── resource.language.sk_SK/
│ │ │ └── strings.po
│ │ ├── resource.language.sl_SI/
│ │ │ └── strings.po
│ │ ├── resource.language.sq_AL/
│ │ │ └── strings.po
│ │ ├── resource.language.sr_RS/
│ │ │ └── strings.po
│ │ ├── resource.language.sr_RS@latin/
│ │ │ └── strings.po
│ │ ├── resource.language.sv_SE/
│ │ │ └── strings.po
│ │ ├── resource.language.szl/
│ │ │ └── strings.po
│ │ ├── resource.language.ta_IN/
│ │ │ └── strings.po
│ │ ├── resource.language.te_in/
│ │ │ └── strings.po
│ │ ├── resource.language.tg_tj/
│ │ │ └── strings.po
│ │ ├── resource.language.th_TH/
│ │ │ └── strings.po
│ │ ├── resource.language.tr_TR/
│ │ │ └── strings.po
│ │ ├── resource.language.uk_UA/
│ │ │ └── strings.po
│ │ ├── resource.language.uz_UZ/
│ │ │ └── strings.po
│ │ ├── resource.language.vi_VN/
│ │ │ └── strings.po
│ │ ├── resource.language.zh_CN/
│ │ │ └── strings.po
│ │ └── resource.language.zh_TW/
│ │ └── strings.po
│ ├── lib/
│ │ ├── deviceAuthDialog.py
│ │ ├── globals.py
│ │ ├── kodiUtilities.py
│ │ ├── kodilogging.py
│ │ ├── obfuscation.py
│ │ ├── rating.py
│ │ ├── script.py
│ │ ├── scrobbler.py
│ │ ├── service.py
│ │ ├── sqlitequeue.py
│ │ ├── sync.py
│ │ ├── syncEpisodes.py
│ │ ├── syncMovies.py
│ │ ├── traktContextMenu.py
│ │ ├── traktapi.py
│ │ └── utilities.py
│ ├── settings.xml
│ └── skins/
│ └── Default/
│ └── 720p/
│ ├── script-trakt-ContextMenu.xml
│ ├── script-trakt-DeviceAuthDialog.xml
│ └── script-trakt-RatingDialog.xml
├── ruff.toml
├── scripts/
│ └── inject_keys.py
└── tests/
├── __init__.py
├── fixtures/
│ ├── compare_shows_batman_episode_to_add.json
│ ├── compare_shows_compared_batman.json
│ ├── compare_shows_local_batman.json
│ ├── compare_shows_local_batman_rating.json
│ ├── compare_shows_remote_batman.json
│ ├── compare_shows_remote_batman_episode.json
│ ├── episode.json
│ ├── movie.json
│ ├── movies.json
│ ├── movies_local.json
│ ├── movies_local_blind.json
│ ├── movies_local_chaos.json
│ ├── movies_local_same_name.json
│ ├── movies_local_same_name_2.json
│ ├── movies_local_same_name_result.json
│ ├── movies_remote.json
│ ├── movies_remote_blind_match.json
│ ├── movies_remote_blind_no_match.json
│ ├── movies_remote_chaos_match.json
│ ├── movies_unsanatized.json
│ ├── movies_watched.json
│ ├── season.json
│ ├── season_no_list.json
│ ├── show.json
│ └── shows.json
├── test_kodiUtilities.py
├── test_obfuscation.py
└── test_utilities.py
SYMBOL INDEX (315 symbols across 20 files)
FILE: defaultscript.py
function Main (line 10) | def Main():
FILE: resources/lib/deviceAuthDialog.py
class DeviceAuthDialog (line 22) | class DeviceAuthDialog(xbmcgui.WindowXMLDialog):
method __init__ (line 26) | def __init__(self, xmlFile: str, resourcePath: str, code: str, url: st...
method onInit (line 30) | def onInit(self) -> None:
method onAction (line 39) | def onAction(self, action: xbmcgui.Action) -> None:
method onControl (line 43) | def onControl(self, control: xbmcgui.Control) -> None:
method onFocus (line 46) | def onFocus(self, control: xbmcgui.Control) -> None:
method onClick (line 49) | def onClick(self, control: xbmcgui.Control) -> None:
FILE: resources/lib/kodiUtilities.py
function notification (line 22) | def notification(
function showSettings (line 28) | def showSettings() -> None:
function getSetting (line 32) | def getSetting(setting: str) -> str:
function setSetting (line 36) | def setSetting(setting: str, value: Union[str, int, float, bool]) -> None:
function getSettingAsBool (line 40) | def getSettingAsBool(setting: str) -> bool:
function getSettingAsFloat (line 44) | def getSettingAsFloat(setting: str) -> float:
function getSettingAsInt (line 51) | def getSettingAsInt(setting: str) -> int:
function getString (line 58) | def getString(string_id: int) -> str:
function kodiJsonRequest (line 62) | def kodiJsonRequest(params: Dict) -> Optional[Union[Dict, List]]:
function checkExclusion (line 80) | def checkExclusion(fullpath: str) -> bool:
function kodiRpcToTraktMediaObject (line 135) | def kodiRpcToTraktMediaObject(type: str, data: Dict, mode: str = "collec...
function kodiRpcToTraktMediaObjects (line 234) | def kodiRpcToTraktMediaObjects(data: Dict, mode: str = "collected") -> O...
function getShowDetailsFromKodi (line 274) | def getShowDetailsFromKodi(showID: int, fields: List) -> Optional[Dict]:
function getSeasonDetailsFromKodi (line 296) | def getSeasonDetailsFromKodi(seasonID: int, fields: List) -> Optional[Di...
function getEpisodeDetailsFromKodi (line 321) | def getEpisodeDetailsFromKodi(libraryId: int, fields: List) -> Optional[...
function getMovieDetailsFromKodi (line 362) | def getMovieDetailsFromKodi(libraryId: int, fields: List) -> Optional[Di...
function checkAndConfigureProxy (line 384) | def checkAndConfigureProxy() -> Optional[str]:
function getMediaType (line 484) | def getMediaType() -> Optional[str]:
function getInfoLabelDetails (line 501) | def getInfoLabelDetails(result: Dict) -> Tuple[str, Dict]:
FILE: resources/lib/kodilogging.py
class KodiLogHandler (line 26) | class KodiLogHandler(logging.StreamHandler):
method __init__ (line 28) | def __init__(self) -> None:
method emit (line 35) | def emit(self, record: logging.LogRecord) -> None:
method flush (line 47) | def flush(self) -> None:
function config (line 50) | def config() -> None:
FILE: resources/lib/obfuscation.py
function deobfuscate (line 5) | def deobfuscate(data: Union[List[int], str]) -> str:
function obfuscate (line 10) | def obfuscate(data: str) -> List[int]:
FILE: resources/lib/rating.py
function ratingCheck (line 17) | def ratingCheck(media_type: str, items_to_rate: List[Dict], watched_time...
function rateMedia (line 34) | def rateMedia(media_type: str, itemsToRate: List[Dict], unrate: bool = F...
function __rateOnTrakt (line 121) | def __rateOnTrakt(rating: Union[int, str], media_type: str, media: Dict,...
class RatingDialog (line 169) | class RatingDialog(xbmcgui.WindowXMLDialog):
method __init__ (line 202) | def __init__(self, xmlFile: str, resourcePath: str, media_type: str, m...
method __new__ (line 209) | def __new__(cls, xmlFile: str, resourcePath: str, media_type: str, med...
method onInit (line 212) | def onInit(self) -> None:
method onClick (line 221) | def onClick(self, controlID: int) -> None:
method onFocus (line 226) | def onFocus(self, controlID: int) -> None:
FILE: resources/lib/script.py
function __getArguments (line 14) | def __getArguments() -> Dict:
function run (line 30) | def run() -> None:
FILE: resources/lib/scrobbler.py
class Scrobbler (line 16) | class Scrobbler:
method __init__ (line 34) | def __init__(self, api: Any) -> None:
method _currentEpisode (line 37) | def _currentEpisode(self, watchedPercent: float, episodeCount: int) ->...
method transitionCheck (line 44) | def transitionCheck(self, isSeek: bool = False) -> None:
method playbackStarted (line 205) | def playbackStarted(self, data: Dict) -> None:
method __preFetchUserRatings (line 419) | def __preFetchUserRatings(self, result: Dict) -> None:
method playbackResumed (line 457) | def playbackResumed(self) -> None:
method playbackPaused (line 469) | def playbackPaused(self) -> None:
method playbackSeek (line 479) | def playbackSeek(self) -> None:
method playbackEnded (line 486) | def playbackEnded(self) -> None:
method __calculateWatchedPercent (line 515) | def __calculateWatchedPercent(self) -> float:
method __scrobble (line 523) | def __scrobble(self, status: str) -> Optional[Dict]:
method __scrobbleNotification (line 627) | def __scrobbleNotification(self, info: Dict) -> None:
FILE: resources/lib/service.py
class traktService (line 25) | class traktService:
method __init__ (line 31) | def __init__(self) -> None:
method _dispatchQueue (line 34) | def _dispatchQueue(self, data: Dict) -> None:
method _dispatch (line 38) | def _dispatch(self, data: Dict) -> None:
method run (line 93) | def run(self) -> None:
method doManualRating (line 142) | def doManualRating(self, data: Dict) -> None:
method doAddToWatchlist (line 238) | def doAddToWatchlist(self, data: Dict) -> None:
method doMarkWatched (line 307) | def doMarkWatched(self, data: Dict) -> None:
method addEpisodesToHistory (line 390) | def addEpisodesToHistory(self, summaryInfo: Dict, s: str) -> None:
method doSync (line 403) | def doSync(self, manual: bool = False, silent: bool = False, library: ...
class syncThread (line 408) | class syncThread(threading.Thread):
method __init__ (line 413) | def __init__(self, isManual: bool = False, runSilent: bool = False, li...
method run (line 420) | def run(self) -> None:
class traktMonitor (line 430) | class traktMonitor(xbmc.Monitor):
method __init__ (line 434) | def __init__(self, *args: Any, **kwargs: Any) -> None:
method onNotification (line 440) | def onNotification(self, sender: str, method: str, data: str) -> None:
method onScanFinished (line 450) | def onScanFinished(self, database: str) -> None:
method onDatabaseScanStarted (line 458) | def onDatabaseScanStarted(self, database: str) -> None:
method onCleanFinished (line 465) | def onCleanFinished(self, database: str) -> None:
class traktPlayer (line 471) | class traktPlayer(xbmc.Player):
method __init__ (line 478) | def __init__(self, *args: Any, **kwargs: Any) -> None:
method onAVStarted (line 483) | def onAVStarted(self) -> None:
method onPlayBackEnded (line 952) | def onPlayBackEnded(self) -> None:
method onPlayBackStopped (line 963) | def onPlayBackStopped(self) -> None:
method onPlayBackPaused (line 976) | def onPlayBackPaused(self) -> None:
method onPlayBackResumed (line 985) | def onPlayBackResumed(self) -> None:
method onQueueNextItem (line 994) | def onQueueNextItem(self) -> None:
method onPlayBackSpeedChanged (line 999) | def onPlayBackSpeedChanged(self, speed: int) -> None:
method onPlayBackSeek (line 1007) | def onPlayBackSeek(self, time: int, offset: int) -> None:
method onPlayBackSeekChapter (line 1017) | def onPlayBackSeekChapter(self, chapter: int) -> None:
FILE: resources/lib/sqlitequeue.py
class SqliteQueue (line 24) | class SqliteQueue(object):
method __init__ (line 51) | def __init__(self) -> None:
method __len__ (line 61) | def __len__(self) -> int:
method __iter__ (line 66) | def __iter__(self) -> Iterator[Any]:
method _get_conn (line 71) | def _get_conn(self) -> sqlite3.Connection:
method purge (line 77) | def purge(self) -> None:
method append (line 81) | def append(self, obj: Any) -> None:
method get (line 86) | def get(self, sleep_wait: bool = True) -> Optional[Any]:
method peek (line 113) | def peek(self) -> Optional[Any]:
FILE: resources/lib/sync.py
class Sync (line 16) | class Sync():
method __init__ (line 25) | def __init__(self, show_progress: bool = False, run_silent: bool = Fal...
method __syncCheck (line 36) | def __syncCheck(self, media_type: str) -> bool:
method __syncPlaybackCheck (line 39) | def __syncPlaybackCheck(self, media_type: str) -> bool:
method __syncCollectionCheck (line 45) | def __syncCollectionCheck(self, media_type: str) -> bool:
method __syncRatingsCheck (line 51) | def __syncRatingsCheck(self) -> bool:
method __syncWatchedCheck (line 54) | def __syncWatchedCheck(self, media_type: str) -> bool:
method show_notification (line 61) | def show_notification(self) -> bool:
method sync (line 64) | def sync(self) -> None:
method IsCanceled (line 91) | def IsCanceled(self) -> bool:
method UpdateProgress (line 98) | def UpdateProgress(self, *args: Any, **kwargs: Any) -> None:
FILE: resources/lib/syncEpisodes.py
class SyncEpisodes (line 12) | class SyncEpisodes:
method __init__ (line 15) | def __init__(self, sync: Any, progress: Any) -> None:
method __kodiLoadShows (line 117) | def __kodiLoadShows(self) -> Tuple[Optional[Dict], Optional[Dict]]:
method __traktLoadShows (line 221) | def __traktLoadShows(self) -> Tuple[Union[Dict, bool], Union[Dict, boo...
method __traktLoadShowsPlaybackProgress (line 325) | def __traktLoadShowsPlaybackProgress(self, fromPercent: int, toPercent...
method __addEpisodesToTraktCollection (line 365) | def __addEpisodesToTraktCollection(
method __deleteEpisodesFromTraktCollection (line 443) | def __deleteEpisodesFromTraktCollection(
method __addEpisodesToTraktWatched (line 501) | def __addEpisodesToTraktWatched(
method __addEpisodesToKodiWatched (line 576) | def __addEpisodesToKodiWatched(
method __addEpisodeProgressToKodi (line 664) | def __addEpisodeProgressToKodi(self, traktShows: Dict, kodiShows: Dict...
method __syncShowsRatings (line 766) | def __syncShowsRatings(self, traktShows: Dict, kodiShows: Dict, fromPe...
method __syncEpisodeRatings (line 864) | def __syncEpisodeRatings(self, traktShows: Dict, kodiShows: Dict, from...
method __getShowAsString (line 969) | def __getShowAsString(self, show: Dict, short: bool = False) -> str:
FILE: resources/lib/syncMovies.py
class SyncMovies (line 12) | class SyncMovies:
method __init__ (line 15) | def __init__(self, sync: Any, progress: Any) -> None:
method __kodiLoadMovies (line 79) | def __kodiLoadMovies(self) -> Optional[List[Dict]]:
method __traktLoadMovies (line 114) | def __traktLoadMovies(self) -> List[Dict]:
method __traktLoadMoviesPlaybackProgress (line 143) | def __traktLoadMoviesPlaybackProgress(self, fromPercent: int, toPercen...
method __addMoviesToTraktCollection (line 178) | def __addMoviesToTraktCollection(
method __deleteMoviesFromTraktCollection (line 230) | def __deleteMoviesFromTraktCollection(
method __addMoviesToTraktWatched (line 285) | def __addMoviesToTraktWatched(
method __addMoviesToKodiWatched (line 355) | def __addMoviesToKodiWatched(self, traktMovies: List[Dict], kodiMovies...
method __addMovieProgressToKodi (line 430) | def __addMovieProgressToKodi(self, traktMovies: Dict, kodiMovies: List...
method __syncMovieRatings (line 516) | def __syncMovieRatings(self, traktMovies: List[Dict], kodiMovies: List...
FILE: resources/lib/traktContextMenu.py
class traktContextMenu (line 22) | class traktContextMenu(xbmcgui.WindowXMLDialog):
method __new__ (line 27) | def __new__(cls, media_type: Optional[str] = None, buttons: Optional[L...
method __init__ (line 36) | def __init__(self, *args: Any, **kwargs: Any) -> None:
method onInit (line 41) | def onInit(self) -> None:
method newListItem (line 81) | def newListItem(self, label: str, selected: bool = False, *args: Any, ...
method onAction (line 88) | def onAction(self, action: xbmcgui.Action) -> None:
FILE: resources/lib/traktapi.py
class traktAPI (line 36) | class traktAPI(object):
method __init__ (line 43) | def __init__(self, force: bool = False) -> None:
method login (line 82) | def login(self) -> None:
method on_aborted (line 119) | def on_aborted(self) -> None:
method on_authenticated (line 127) | def on_authenticated(self, token: Dict) -> None:
method on_expired (line 141) | def on_expired(self) -> None:
method on_poll (line 148) | def on_poll(self, callback: Any) -> None:
method on_token_refreshed (line 158) | def on_token_refreshed(self, response: Dict) -> None:
method updateUser (line 165) | def updateUser(self) -> None:
method scrobbleEpisode (line 172) | def scrobbleEpisode(self, show: Dict, episode: Dict, percent: float, s...
method scrobbleMovie (line 193) | def scrobbleMovie(self, movie: Dict, percent: float, status: str) -> O...
method getShowsCollected (line 208) | def getShowsCollected(self, shows: Dict) -> Dict:
method getMoviesCollected (line 214) | def getMoviesCollected(self, movies: Dict) -> Dict:
method getShowsWatched (line 220) | def getShowsWatched(self, shows: Dict) -> Dict:
method getMoviesWatched (line 226) | def getMoviesWatched(self, movies: Dict) -> Dict:
method getShowsRated (line 232) | def getShowsRated(self, shows: Dict) -> Dict:
method getEpisodesRated (line 238) | def getEpisodesRated(self, shows: Dict) -> Dict:
method getMoviesRated (line 244) | def getMoviesRated(self, movies: Dict) -> Dict:
method addToCollection (line 250) | def addToCollection(self, mediaObject: Dict) -> Optional[Dict]:
method removeFromCollection (line 256) | def removeFromCollection(self, mediaObject: Dict) -> Optional[Dict]:
method addToHistory (line 262) | def addToHistory(self, mediaObject: Dict) -> Optional[Dict]:
method addToWatchlist (line 268) | def addToWatchlist(self, mediaObject: Dict) -> Optional[Dict]:
method getShowRatingForUser (line 274) | def getShowRatingForUser(self, showId: str, idType: str = "tvdb") -> D...
method getSeasonRatingForUser (line 281) | def getSeasonRatingForUser(self, showId: str, season: int, idType: str...
method getEpisodeRatingForUser (line 288) | def getEpisodeRatingForUser(self, showId: str, season: int, episode: i...
method getMovieRatingForUser (line 295) | def getMovieRatingForUser(self, movieId: str, idType: str = "imdb") ->...
method addRating (line 303) | def addRating(self, mediaObject: Dict) -> Optional[Dict]:
method removeRating (line 310) | def removeRating(self, mediaObject: Dict) -> Optional[Dict]:
method getMoviePlaybackProgress (line 316) | def getMoviePlaybackProgress(self) -> List["Movie"]:
method getEpisodePlaybackProgress (line 330) | def getEpisodePlaybackProgress(self) -> List["Show"]:
method getMovieSummary (line 344) | def getMovieSummary(self, movieId: str, extended: Optional[str] = None...
method getShowSummary (line 348) | def getShowSummary(self, showId: str) -> "Show":
method getShowWithAllEpisodesList (line 352) | def getShowWithAllEpisodesList(self, showId: str) -> List:
method getEpisodeSummary (line 356) | def getEpisodeSummary(self, showId: str, season: int, episode: int, ex...
method getIdLookup (line 360) | def getIdLookup(self, id: str, id_type: str) -> Optional[List]:
method getTextQuery (line 367) | def getTextQuery(self, query: str, type: str, year: Optional[int]) -> ...
method getUser (line 374) | def getUser(self) -> Optional[Dict]:
FILE: resources/lib/utilities.py
function isMovie (line 21) | def isMovie(type: str) -> bool:
function isEpisode (line 25) | def isEpisode(type: str) -> bool:
function isShow (line 29) | def isShow(type: str) -> bool:
function isSeason (line 33) | def isSeason(type: str) -> bool:
function isValidMediaType (line 37) | def isValidMediaType(type: str) -> bool:
function chunks (line 41) | def chunks(list_data: List, n: int) -> List:
function getFormattedItemName (line 45) | def getFormattedItemName(type: str, info: Dict) -> str:
function __findInList (line 66) | def __findInList(list_data: List, case_sensitive: bool = True, **kwargs)...
function findMediaObject (line 91) | def findMediaObject(mediaObjectToMatch: Dict, listToSearch: List, matchB...
function regex_tvshow (line 137) | def regex_tvshow(label: str) -> Tuple[str, int, int]:
function regex_year (line 163) | def regex_year(title: str) -> Tuple[str, str]:
function findMovieMatchInList (line 173) | def findMovieMatchInList(id: str, listToMatch: Dict, idType: str) -> Dict:
function findShowMatchInList (line 184) | def findShowMatchInList(id: str, listToMatch: Dict, idType: str) -> Dict:
function findSeasonMatchInList (line 195) | def findSeasonMatchInList(id: str, seasonNumber: int, listToMatch: Dict,...
function findEpisodeMatchInList (line 206) | def findEpisodeMatchInList(id: str, seasonNumber: int, episodeNumber: in...
function convertDateTimeToUTC (line 216) | def convertDateTimeToUTC(toConvert: Optional[str]) -> Optional[str]:
function convertUtcToDateTime (line 237) | def convertUtcToDateTime(toConvert: Optional[str]) -> Optional[str]:
function createError (line 254) | def createError(ex: Exception) -> str:
function guessBestTraktId (line 266) | def guessBestTraktId(id: str, type: str) -> Tuple[Dict, str]:
function best_id (line 284) | def best_id(ids: Dict, type: str) -> Tuple[str, str]:
function checkExcludePath (line 299) | def checkExcludePath(excludePath: str, excludePathEnabled: bool, fullpat...
function sanitizeMovies (line 310) | def sanitizeMovies(movies: List) -> None:
function sanitizeShows (line 329) | def sanitizeShows(shows: Dict) -> None:
function compareMovies (line 347) | def compareMovies(
function compareShows (line 398) | def compareShows(
function compareEpisodes (line 456) | def compareEpisodes(
function countEpisodes (line 643) | def countEpisodes(shows: Union[Dict, List], collection: bool = True) -> ...
function __getEpisodes (line 662) | def __getEpisodes(seasons: List) -> Dict:
function checkIfNewVersion (line 673) | def checkIfNewVersion(old: str, new: str) -> bool:
function _to_sec (line 689) | def _to_sec(timedelta_string: str, factors: Tuple[int, ...] = (1, 60, 36...
function _fuzzyMatch (line 697) | def _fuzzyMatch(string1: str, string2: str, match_percent: float = 55.0)...
FILE: scripts/inject_keys.py
function main (line 9) | def main():
FILE: tests/test_kodiUtilities.py
function test_notification (line 16) | def test_notification():
function test_showSettings (line 22) | def test_showSettings():
FILE: tests/test_obfuscation.py
function test_obfuscate (line 4) | def test_obfuscate():
function test_deobfuscate (line 7) | def test_deobfuscate():
function test_obfuscate_empty (line 10) | def test_obfuscate_empty():
function test_deobfuscate_empty (line 13) | def test_deobfuscate_empty():
function test_roundtrip (line 18) | def test_roundtrip():
FILE: tests/test_utilities.py
function load_params_from_json (line 8) | def load_params_from_json(json_path):
function test_isMovie (line 13) | def test_isMovie():
function test_isEpisode (line 17) | def test_isEpisode():
function test_isShow (line 21) | def test_isShow():
function test_isSeason (line 25) | def test_isSeason():
function test_isValidMediaType_Movie (line 29) | def test_isValidMediaType_Movie():
function test_isValidMediaType_Episode (line 33) | def test_isValidMediaType_Episode():
function test_isValidMediaType_Show (line 37) | def test_isValidMediaType_Show():
function test_isValidMediaType_Season (line 41) | def test_isValidMediaType_Season():
function test_chunks (line 45) | def test_chunks():
function test_getFormattedItemName_Show (line 50) | def test_getFormattedItemName_Show():
function test_getFormattedItemName_Season (line 55) | def test_getFormattedItemName_Season():
function test_getFormattedItemName_Season2 (line 62) | def test_getFormattedItemName_Season2():
function test_getFormattedItemName_Episode (line 67) | def test_getFormattedItemName_Episode():
function test_getFormattedItemName_Movie (line 74) | def test_getFormattedItemName_Movie():
function test_regex_tvshow_title_1 (line 82) | def test_regex_tvshow_title_1():
function test_regex_tvshow_title_2 (line 86) | def test_regex_tvshow_title_2():
function test_regex_tvshow_title_3 (line 90) | def test_regex_tvshow_title_3():
function test_regex_tvshow_title_4 (line 94) | def test_regex_tvshow_title_4():
function test_regex_tvshow_title_5 (line 98) | def test_regex_tvshow_title_5():
function test_regex_tvshow_title_6 (line 102) | def test_regex_tvshow_title_6():
function test_regex_tvshow_season_1 (line 109) | def test_regex_tvshow_season_1():
function test_regex_tvshow_season_2 (line 113) | def test_regex_tvshow_season_2():
function test_regex_tvshow_season_3 (line 117) | def test_regex_tvshow_season_3():
function test_regex_tvshow_season_4 (line 121) | def test_regex_tvshow_season_4():
function test_regex_tvshow_season_5 (line 125) | def test_regex_tvshow_season_5():
function test_regex_tvshow_season_6 (line 129) | def test_regex_tvshow_season_6():
function test_regex_tvshow_episode_1 (line 136) | def test_regex_tvshow_episode_1():
function test_regex_tvshow_episode_2 (line 140) | def test_regex_tvshow_episode_2():
function test_regex_tvshow_episode_3 (line 144) | def test_regex_tvshow_episode_3():
function test_regex_tvshow_episode_4 (line 148) | def test_regex_tvshow_episode_4():
function test_regex_tvshow_episode_5 (line 152) | def test_regex_tvshow_episode_5():
function test_regex_tvshow_episode_6 (line 156) | def test_regex_tvshow_episode_6():
function test_regex_year_title_1 (line 160) | def test_regex_year_title_1():
function test_regex_year_title_2 (line 164) | def test_regex_year_title_2():
function test_regex_year_year_1 (line 168) | def test_regex_year_year_1():
function test_regex_year_year_2 (line 172) | def test_regex_year_year_2():
function test_guessBestTraktId_IMDB (line 176) | def test_guessBestTraktId_IMDB():
function test_guessBestTraktId_TMDB (line 180) | def test_guessBestTraktId_TMDB():
function test_guessBestTraktId_Tvdb (line 184) | def test_guessBestTraktId_Tvdb():
function test_best_id_trakt (line 188) | def test_best_id_trakt():
function test_checkExcludePath_Path_Excluded (line 193) | def test_checkExcludePath_Path_Excluded():
function test_checkExcludePath_Path_Excluded_Special_Chars (line 197) | def test_checkExcludePath_Path_Excluded_Special_Chars():
function test_checkExcludePath_Path_NotExcluded (line 201) | def test_checkExcludePath_Path_NotExcluded():
function test_checkExcludePath_Path_Disabled (line 208) | def test_checkExcludePath_Path_Disabled():
function test_sanitizeMovies_collected (line 215) | def test_sanitizeMovies_collected():
function test_sanitizeMovies_watched (line 226) | def test_sanitizeMovies_watched():
function test_sanitizeMovies_movieid (line 237) | def test_sanitizeMovies_movieid():
function test_sanitizeMovies_plays (line 248) | def test_sanitizeMovies_plays():
function test_sanitizeMovies_userrating (line 259) | def test_sanitizeMovies_userrating():
function test_compareMovies_matchByTitleAndYear_titles_with_same_name_for_collection (line 270) | def test_compareMovies_matchByTitleAndYear_titles_with_same_name_for_col...
function test_compareMovies_matchByTitleAndYear_titles_with_same_name_for_collection_one_already_collected (line 276) | def test_compareMovies_matchByTitleAndYear_titles_with_same_name_for_col...
function test_compareMovies_matchByTitleAndYear_collected_match (line 286) | def test_compareMovies_matchByTitleAndYear_collected_match():
function test_compareMovies_matchByTitleAndYear_watched_match (line 294) | def test_compareMovies_matchByTitleAndYear_watched_match():
function test_compareMovies_matchByTitleAndYear_playback_match (line 302) | def test_compareMovies_matchByTitleAndYear_playback_match():
function test_compareMovies_matchByTitleAndYear_rating_match (line 309) | def test_compareMovies_matchByTitleAndYear_rating_match():
function test_compareMovies_matchByTitleAndYear_collected_nomatch (line 317) | def test_compareMovies_matchByTitleAndYear_collected_nomatch():
function test_compareMovies_matchByTitleAndYear_watched_nomatch (line 323) | def test_compareMovies_matchByTitleAndYear_watched_nomatch():
function test_compareMovies_matchByTitleAndYear_playback_nomatch (line 330) | def test_compareMovies_matchByTitleAndYear_playback_nomatch():
function test_compareMovies_matchByTitleAndYear_rating_nomatch (line 336) | def test_compareMovies_matchByTitleAndYear_rating_nomatch():
function test_compareMovies_not_matchByTitleAndYear_collected_match (line 342) | def test_compareMovies_not_matchByTitleAndYear_collected_match():
function test_compareMovies_not_matchByTitleAndYear_watched_match (line 350) | def test_compareMovies_not_matchByTitleAndYear_watched_match():
function test_compareMovies_not_matchByTitleAndYear_playback_match (line 358) | def test_compareMovies_not_matchByTitleAndYear_playback_match():
function test_compareMovies_not_matchByTitleAndYear_rating_match (line 365) | def test_compareMovies_not_matchByTitleAndYear_rating_match():
function test_compareMovies_not_matchByTitleAndYear_collected_nomatch (line 373) | def test_compareMovies_not_matchByTitleAndYear_collected_nomatch():
function test_compareMovies_not_matchByTitleAndYear_watched_nomatch (line 379) | def test_compareMovies_not_matchByTitleAndYear_watched_nomatch():
function test_compareMovies_not_matchByTitleAndYear_playback_nomatch (line 386) | def test_compareMovies_not_matchByTitleAndYear_playback_nomatch():
function test_compareMovies_not_matchByTitleAndYear_rating_nomatch (line 392) | def test_compareMovies_not_matchByTitleAndYear_rating_nomatch():
function test_checkIfNewVersion_unchanged (line 398) | def test_checkIfNewVersion_unchanged():
function test_checkIfNewVersion_major_new (line 402) | def test_checkIfNewVersion_major_new():
function test_checkIfNewVersion_major_old (line 406) | def test_checkIfNewVersion_major_old():
function test_checkIfNewVersion_minor_new (line 410) | def test_checkIfNewVersion_minor_new():
function test_checkIfNewVersion_minor_old (line 414) | def test_checkIfNewVersion_minor_old():
function test_checkIfNewVersion_revision_new (line 418) | def test_checkIfNewVersion_revision_new():
function test_checkIfNewVersion_revision_old (line 422) | def test_checkIfNewVersion_revision_old():
function test_checkIfNewVersion_old_version_empty (line 426) | def test_checkIfNewVersion_old_version_empty():
function test_compareShows_matchByTitleAndYear_no_rating (line 430) | def test_compareShows_matchByTitleAndYear_no_rating():
function test_compareShows_matchByTitleAndYear_rating_changed (line 437) | def test_compareShows_matchByTitleAndYear_rating_changed():
function test_compareShows_not_matchByTitleAndYear_no_rating (line 447) | def test_compareShows_not_matchByTitleAndYear_no_rating():
function test_compareShows_not_matchByTitleAndYear_rating_changed (line 454) | def test_compareShows_not_matchByTitleAndYear_rating_changed():
function test_compareEpisodes_matchByTitleAndYear_no_matches (line 464) | def test_compareEpisodes_matchByTitleAndYear_no_matches():
function test_compareEpisodes_matchByTitleAndYear_local_episode_added (line 471) | def test_compareEpisodes_matchByTitleAndYear_local_episode_added():
function test_compareEpisodes_not_matchByTitleAndYear_no_matches (line 483) | def test_compareEpisodes_not_matchByTitleAndYear_no_matches():
function test_compareEpisodes_not_matchByTitleAndYear_local_episode_added (line 490) | def test_compareEpisodes_not_matchByTitleAndYear_local_episode_added():
function test_findMediaObject_not_matchByTitleAndYear_should_not_match (line 502) | def test_findMediaObject_not_matchByTitleAndYear_should_not_match():
function test_findMediaObject_not_matchByTitleAndYear_should_match (line 509) | def test_findMediaObject_not_matchByTitleAndYear_should_match():
function test_findMediaObject_not_matchByTitleAndYear_add_collection (line 516) | def test_findMediaObject_not_matchByTitleAndYear_add_collection():
function test_findMediaObject_not_matchByTitleAndYear_add_collection_same_year_title_movie_in_collection (line 523) | def test_findMediaObject_not_matchByTitleAndYear_add_collection_same_yea...
function test_findMediaObject_matchByTitleAndYear_should_not_match (line 530) | def test_findMediaObject_matchByTitleAndYear_should_not_match():
function test_findMediaObject_matchByTitleAndYear_should_match (line 537) | def test_findMediaObject_matchByTitleAndYear_should_match():
function test_findMediaObject_matchByTitleAndYear_add_collection (line 544) | def test_findMediaObject_matchByTitleAndYear_add_collection():
function test_findMediaObject_matchByTitleAndYear_add_collection_same_year_title_movie_in_collection (line 551) | def test_findMediaObject_matchByTitleAndYear_add_collection_same_year_ti...
function test_countEpisodes1 (line 558) | def test_countEpisodes1():
function test_countEpisodes2 (line 564) | def test_countEpisodes2():
function test_to_sec (line 572) | def test_to_sec():
function test_fuzzyMatch (line 578) | def test_fuzzyMatch():
function test_sanitizeShows (line 584) | def test_sanitizeShows():
function test_convertDateTimeToUTC (line 616) | def test_convertDateTimeToUTC():
function test_convertUtcToDateTime (line 622) | def test_convertUtcToDateTime():
function test_createError (line 628) | def test_createError():
function test_findEpisodeMatchInList (line 637) | def test_findEpisodeMatchInList():
Condensed preview — 163 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2,328K chars).
[
{
"path": ".gitattributes",
"chars": 234,
"preview": ".gitignore export-ignore\n.gitattributes export-ignore\n.github export-ignore\nchangelog.txt export-ignore\ntests export-ign"
},
{
"path": ".github/ISSUE_TEMPLATE.md",
"chars": 1263,
"preview": "<!--- Please read https://github.com/trakt/script.trakt#i-found-something-that-doesnt-work before creating an issue -->\n"
},
{
"path": ".github/dependabot.yml",
"chars": 117,
"preview": "version: 2\nupdates:\n - package-ecosystem: \"github-actions\"\n directory: \"/\"\n schedule:\n interval: \"daily\"\n"
},
{
"path": ".github/workflows/addon-check.yml",
"chars": 588,
"preview": "name: Kodi Addon-Checker\n\non: [pull_request]\n\njobs:\n kodi-addon-checker:\n runs-on: ubuntu-latest\n name: Kodi Addo"
},
{
"path": ".github/workflows/submit.yml",
"chars": 1955,
"preview": "name: Kodi Addon-Submitter\n\non:\n push:\n tags:\n - v*\n\njobs:\n kodi-addon-submitter:\n permissions: write-all\n "
},
{
"path": ".github/workflows/sync-addon-metadata-translations.yml",
"chars": 1604,
"preview": "name: Sync addon metadata translations\n\non:\n push:\n branches: [ master, main ]\n paths:\n - '**addon.xml'\n "
},
{
"path": ".github/workflows/test.yml",
"chars": 867,
"preview": "name: Test\n\non: [pull_request]\n\njobs:\n build:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v6\n"
},
{
"path": ".gitignore",
"chars": 112,
"preview": "*.pyc\n*.pyo\n.DS*\n.pylint_rc\n/.idea\n/.coverage\n/.project\n/.pydevproject\n/.settings\nThumbs.db\n*~\n.cache\n.coverage\n"
},
{
"path": ".gitlab-ci.yml",
"chars": 192,
"preview": "test:\r\n script:\r\n - apt-get update -qy\r\n - apt-get install -y python2 python2-pip\r\n - pip install python-dateu"
},
{
"path": "HOW_TO_RELEASE.md",
"chars": 189,
"preview": "1. Write changelog in changelog.txt\n2. Update addon.xml - the version and the news tag\n3. Push to github wait for CI\n4. "
},
{
"path": "LICENSE.txt",
"chars": 15220,
"preview": "\n\t\t GNU GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc"
},
{
"path": "README.md",
"chars": 6817,
"preview": "[](https://travis-ci.org/trakt/script.trakt)\n[!"
},
{
"path": "addon.xml",
"chars": 46468,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<addon id=\"script.trakt\" name=\"Trakt\" version=\"3.8.2\" provider-n"
},
{
"path": "changelog.txt",
"chars": 9191,
"preview": "version 3.8.2\n- Fix: Handle empty Kodi media details\n- Fix functional bugs in utilities and scrobbler\n- Add unit tests f"
},
{
"path": "default.py",
"chars": 828,
"preview": "# -*- coding: utf-8 -*-\n#\nimport logging\nimport xbmcaddon\nfrom resources.lib import kodilogging\nfrom resources.lib.servi"
},
{
"path": "defaultscript.py",
"chars": 241,
"preview": "# -*- coding: utf-8 -*-\nimport logging\nimport xbmcaddon\nfrom resources.lib import script\n\nlogger = logging.getLogger(__n"
},
{
"path": "resources/language/resource.language.af_ZA/strings.po",
"chars": 15203,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.am_ET/strings.po",
"chars": 15252,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ar_SA/strings.po",
"chars": 15270,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ar_sa/strings.po",
"chars": 15338,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ast_es/strings.po",
"chars": 15265,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.az_AZ/strings.po",
"chars": 15261,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.be_BY/strings.po",
"chars": 15338,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.bg_BG/strings.po",
"chars": 15595,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.bs_BA/strings.po",
"chars": 23571,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ca_ES/strings.po",
"chars": 15302,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.cs_CZ/strings.po",
"chars": 15240,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.cy_GB/strings.po",
"chars": 15253,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.da_DK/strings.po",
"chars": 22797,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.de_DE/strings.po",
"chars": 24276,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.el_GR/strings.po",
"chars": 17742,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_AU/strings.po",
"chars": 15222,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_GB/strings.po",
"chars": 15193,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_NZ/strings.po",
"chars": 20131,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_US/strings.po",
"chars": 20120,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_au/strings.po",
"chars": 15121,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_nz/strings.po",
"chars": 15273,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.en_us/strings.po",
"chars": 15121,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.eo/strings.po",
"chars": 15190,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.es_AR/strings.po",
"chars": 15235,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.es_ES/strings.po",
"chars": 25006,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.es_MX/strings.po",
"chars": 18461,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.es_ar/strings.po",
"chars": 15121,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.es_mx/strings.po",
"chars": 15121,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.et_EE/strings.po",
"chars": 22302,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.eu_ES/strings.po",
"chars": 15201,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fa_AF/strings.po",
"chars": 15163,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fa_IR/strings.po",
"chars": 15206,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fa_af/strings.po",
"chars": 15120,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fi_FI/strings.po",
"chars": 22889,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fil/strings.po",
"chars": 15189,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fo_FO/strings.po",
"chars": 15196,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fr_CA/strings.po",
"chars": 21676,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fr_FR/strings.po",
"chars": 24919,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.fr_ca/strings.po",
"chars": 15120,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ga/strings.po",
"chars": 17231,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ga_ie/strings.po",
"chars": 15179,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.gl_ES/strings.po",
"chars": 15207,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.he/strings.po",
"chars": 15180,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.he_IL/strings.po",
"chars": 20720,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.he_il/strings.po",
"chars": 16723,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.hi_IN/strings.po",
"chars": 15209,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.hr_HR/strings.po",
"chars": 23180,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.hu_HU/strings.po",
"chars": 23749,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.hy_AM/strings.po",
"chars": 15209,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.id_ID/strings.po",
"chars": 15192,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ie_GA/strings.po",
"chars": 15121,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.is_IS/strings.po",
"chars": 15217,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.it_IT/strings.po",
"chars": 24889,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ja_JP/strings.po",
"chars": 15176,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.kn_in/strings.po",
"chars": 15120,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ko_KR/strings.po",
"chars": 19818,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.lt_LT/strings.po",
"chars": 22873,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.lv_LV/strings.po",
"chars": 15252,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.mi/strings.po",
"chars": 15245,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.mk_MK/strings.po",
"chars": 15235,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ml_IN/strings.po",
"chars": 15176,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.mn_MN/strings.po",
"chars": 15196,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ms_MY/strings.po",
"chars": 15207,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.mt_MT/strings.po",
"chars": 15272,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.my_MM/strings.po",
"chars": 15206,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.nb_NO/strings.po",
"chars": 18514,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.nb_no/strings.po",
"chars": 15121,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.nl_NL/strings.po",
"chars": 22919,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.oc_fr/strings.po",
"chars": 15417,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.os_os/strings.po",
"chars": 15251,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.pl_PL/strings.po",
"chars": 24619,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.prs/strings.po",
"chars": 15119,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.pt_BR/strings.po",
"chars": 24668,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.pt_PT/strings.po",
"chars": 22298,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.pt_br/strings.po",
"chars": 16947,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.pt_pt/strings.po",
"chars": 16894,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ro_RO/strings.po",
"chars": 15298,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ru_RU/strings.po",
"chars": 15347,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.si_lk/strings.po",
"chars": 15263,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.sk_SK/strings.po",
"chars": 20918,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.sl_SI/strings.po",
"chars": 15255,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.sq_AL/strings.po",
"chars": 15261,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.sr_RS/strings.po",
"chars": 15286,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.sr_RS@latin/strings.po",
"chars": 15269,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.sv_SE/strings.po",
"chars": 23393,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.szl/strings.po",
"chars": 15305,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.ta_IN/strings.po",
"chars": 15225,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.te_in/strings.po",
"chars": 15258,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.tg_tj/strings.po",
"chars": 15242,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.th_TH/strings.po",
"chars": 15199,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.tr_TR/strings.po",
"chars": 15432,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.uk_UA/strings.po",
"chars": 23155,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.uz_UZ/strings.po",
"chars": 15180,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.vi_VN/strings.po",
"chars": 15254,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.zh_CN/strings.po",
"chars": 18209,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/language/resource.language.zh_TW/strings.po",
"chars": 15194,
"preview": "# Kodi Media Center language file\n# Addon Name: Trakt\n# Addon id: script.trakt\n# Addon Provider: Trakt.tv, Razze\nmsgid \""
},
{
"path": "resources/lib/deviceAuthDialog.py",
"chars": 1771,
"preview": "import xbmcgui\nimport time\nimport xbmcaddon\nfrom resources.lib.kodiUtilities import notification, setSetting, getString\n"
},
{
"path": "resources/lib/globals.py",
"chars": 71,
"preview": "# -*- coding: utf-8 -*-\n#\nfrom typing import Any\n\ntraktapi: Any = None\n"
},
{
"path": "resources/lib/kodiUtilities.py",
"chars": 18475,
"preview": "# -*- coding: utf-8 -*-\n#\n\nimport xbmc\nimport xbmcgui\nimport xbmcaddon\nimport json\nimport re\nimport logging\nfrom typing "
},
{
"path": "resources/lib/kodilogging.py",
"chars": 1747,
"preview": "# -*- coding: utf-8 -*-\n#\n# Copyright (C) 2015 Thomas Amland\n#\n# This program is free software: you can redistribute it "
},
{
"path": "resources/lib/obfuscation.py",
"chars": 339,
"preview": "# -*- coding: utf-8 -*-\nfrom typing import List, Union\n\n\ndef deobfuscate(data: Union[List[int], str]) -> str:\n if not"
},
{
"path": "resources/lib/rating.py",
"chars": 9465,
"preview": "# -*- coding: utf-8 -*-\n\"\"\"Module used to launch rating dialogues and send ratings to Trakt\"\"\"\n\nimport xbmcaddon\nimport "
},
{
"path": "resources/lib/script.py",
"chars": 17987,
"preview": "# -*- coding: utf-8 -*-\nimport xbmc\nimport sys\nimport logging\nfrom resources.lib import utilities\nfrom resources.lib imp"
},
{
"path": "resources/lib/scrobbler.py",
"chars": 28346,
"preview": "# -*- coding: utf-8 -*-\n#\n\nimport xbmc\nimport time\nimport logging\nfrom typing import Dict, List, Optional, Any\nfrom reso"
},
{
"path": "resources/lib/service.py",
"chars": 50564,
"preview": "# -*- coding: utf-8 -*-\nimport threading\nimport logging\nfrom typing import Any, Dict, Optional, Callable\nimport xbmc\nimp"
},
{
"path": "resources/lib/sqlitequeue.py",
"chars": 3677,
"preview": "# -*- coding: utf-8 -*-\n\nimport os\nimport sqlite3\nfrom json import loads, dumps\n\nfrom time import sleep\n\ntry:\n from _"
},
{
"path": "resources/lib/sync.py",
"chars": 4345,
"preview": "# -*- coding: utf-8 -*-\n\n\nimport logging\nfrom typing import Any\n\nimport xbmc\nimport xbmcgui\nfrom resources.lib import sy"
},
{
"path": "resources/lib/syncEpisodes.py",
"chars": 38804,
"preview": "# -*- coding: utf-8 -*-\n\nimport copy\nimport logging\nfrom typing import Dict, Tuple, Union, Optional, Any\n\nfrom resources"
},
{
"path": "resources/lib/syncMovies.py",
"chars": 23663,
"preview": "# -*- coding: utf-8 -*-\n\nimport copy\nimport logging\nfrom typing import Dict, List, Optional, Any, Union\n\nfrom resources."
},
{
"path": "resources/lib/traktContextMenu.py",
"chars": 3154,
"preview": "# -*- coding: utf-8 -*-\n\nimport xbmcaddon\nimport xbmcgui\nfrom typing import List, Optional, Any\nfrom resources.lib.utili"
},
{
"path": "resources/lib/traktapi.py",
"chars": 15310,
"preview": "# -*- coding: utf-8 -*-\n#\nimport logging\nimport os\nimport time\nfrom json import dumps, loads\nfrom typing import Any, Dic"
},
{
"path": "resources/lib/utilities.py",
"chars": 27104,
"preview": "# -*- coding: utf-8 -*-\n#\n\nimport difflib\nimport time\nimport re\nimport logging\nimport traceback\nfrom typing import Tuple"
},
{
"path": "resources/settings.xml",
"chars": 21682,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<settings version=\"1\">\n\t<section id=\"script.trakt\">\n\t\t<category id=\"general\" lab"
},
{
"path": "resources/skins/Default/720p/script-trakt-ContextMenu.xml",
"chars": 2766,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<window>\n\t<defaultcontrol always=\"true\">111</defaultcontrol>\n\t<coordinates>\n\t\t<po"
},
{
"path": "resources/skins/Default/720p/script-trakt-DeviceAuthDialog.xml",
"chars": 4014,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<window id=\"9999\">\n\t<defaultcontrol always=\"true\">9001</defaultcontrol>\n\t<coordin"
},
{
"path": "resources/skins/Default/720p/script-trakt-RatingDialog.xml",
"chars": 13225,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<window> <!-- Trakt dialog redesign 0.16.01 by Piers -->\n\t<coordinates>\n\t\t<posx>3"
},
{
"path": "ruff.toml",
"chars": 46,
"preview": "# Ignore line length for now\nignore = [\"E501\"]"
},
{
"path": "scripts/inject_keys.py",
"chars": 1339,
"preview": "import os\nimport sys\n\n# Add the parent directory to sys.path to allow importing from resources\nsys.path.append(os.path.j"
},
{
"path": "tests/__init__.py",
"chars": 0,
"preview": ""
},
{
"path": "tests/fixtures/compare_shows_batman_episode_to_add.json",
"chars": 894,
"preview": "{\n \"shows\": [\n {\n \"ids\": {\n \"imdb\": \"tt0147746\",\n \"slug\": \"batman-beyond\",\n \"tmdb\": \"513\","
},
{
"path": "tests/fixtures/compare_shows_compared_batman.json",
"chars": 285,
"preview": "{\n \"shows\": [\n {\n \"ids\": {\n \"imdb\": \"tt0147746\",\n \"slug\": \"batman-beyond\",\n \"tmdb\": \"513\","
},
{
"path": "tests/fixtures/compare_shows_local_batman.json",
"chars": 3432,
"preview": "{\n \"shows\": [\n {\n \"ids\": {\n \"tvdb\": \"75417\"\n },\n \"rating\": 0,\n \"seasons\": [\n {\n "
},
{
"path": "tests/fixtures/compare_shows_local_batman_rating.json",
"chars": 3500,
"preview": "{\n \"shows\": [\n {\n \"ids\": {\n \"tvdb\": \"75417\"\n },\n \"rating\": 8,\n \"seasons\": [\n {\n "
},
{
"path": "tests/fixtures/compare_shows_remote_batman.json",
"chars": 2011,
"preview": "{\n \"shows\": [\n {\n \"ids\": {\n \"imdb\": \"tt0147746\",\n \"slug\": \"batman-beyond\",\n \"tmdb\": \"513\","
},
{
"path": "tests/fixtures/compare_shows_remote_batman_episode.json",
"chars": 1750,
"preview": "{\n \"shows\": [\n {\n \"ids\": {\n \"imdb\": \"tt0147746\",\n \"slug\": \"batman-beyond\",\n \"tmdb\": \"513\","
},
{
"path": "tests/fixtures/episode.json",
"chars": 155,
"preview": "{\"season\": 1, \"ids\": {\"tvdb\": 3254641, \"tmdb\": 63056, \"imdb\": \"tt1480055\", \"tvrage\": 1065008299, \"trakt\": 73640}, \"numbe"
},
{
"path": "tests/fixtures/movie.json",
"chars": 241,
"preview": "{\n \"collected\": 1,\n \"watched\": 1,\n \"movieid\": 526,\n \"plays\": 2,\n \"userrating\": 6,\n \"title\": \"TRON: Legacy\",\n \"yea"
},
{
"path": "tests/fixtures/movies.json",
"chars": 873,
"preview": "[\n {\n \"rated_at\": \"2015-01-28T02:26:37.000Z\",\n \"rating\": 8,\n \"movie\": {\n \"title\": \"100 Bloody Acres\",\n "
},
{
"path": "tests/fixtures/movies_local.json",
"chars": 1116,
"preview": "[\n {\n \"runtime\": 300,\n \"collected\": 1,\n \"watched\": 0,\n \"movieid\": 15151,\n \"plays\": 3,\n \"rating\": 8,\n "
},
{
"path": "tests/fixtures/movies_local_blind.json",
"chars": 265,
"preview": "{\n \"collected\": 1,\n \"collected_at\": \"2017-08-28T02:51:51.000Z\",\n \"ids\": {\n \"imdb\": \"tt1935089\"\n },\n \"movieid\": 1"
},
{
"path": "tests/fixtures/movies_local_chaos.json",
"chars": 254,
"preview": " {\n \"collected\": 1,\n \"collected_at\": \"2017-08-28T02:51:51.000Z\",\n \"ids\": {\n \"imdb\": \"tt0405977\"\n },\n "
},
{
"path": "tests/fixtures/movies_local_same_name.json",
"chars": 718,
"preview": "[\n {\n \"imdbnumber\": \"116853\",\n \"movieid\": 781,\n \"runtime\": 5220,\n \"title\": \"The Bling Ring\",\n \"userratin"
},
{
"path": "tests/fixtures/movies_local_same_name_2.json",
"chars": 361,
"preview": "[\n {\n \"imdbnumber\": \"116853\",\n \"movieid\": 781,\n \"runtime\": 5220,\n \"title\": \"The Bling Ring\",\n \"userratin"
},
{
"path": "tests/fixtures/movies_local_same_name_result.json",
"chars": 359,
"preview": "[\n {\n \"imdbnumber\": \"96936\",\n \"movieid\": 782,\n \"runtime\": 5400,\n \"title\": \"The Bling Ring\",\n \"userrating"
},
{
"path": "tests/fixtures/movies_remote.json",
"chars": 1047,
"preview": "[\n {\n \"runtime\": 300,\n \"collected\": 1,\n \"watched\": 0,\n \"movieid\": 15151,\n \"plays\": 3,\n \"rated_at\": \"2"
},
{
"path": "tests/fixtures/movies_remote_blind_match.json",
"chars": 301,
"preview": "[\n {\n \"collected\": 1,\n \"collected_at\": \"2017-08-28T02:51:51.000Z\",\n \"ids\": {\n \"imdb\": \"tt1935089\"\n },\n"
},
{
"path": "tests/fixtures/movies_remote_blind_no_match.json",
"chars": 425,
"preview": "[\n {\n \"collected\": 1,\n \"collected_at\": \"2014-09-06T23:34:07.000-00:00\",\n \"ids\": {\n \"imdb\": \"tt2616810\",\n "
},
{
"path": "tests/fixtures/movies_remote_chaos_match.json",
"chars": 258,
"preview": "[\n {\n \"collected\": 1,\n \"collected_at\": \"2017-08-28T02:51:51.000Z\",\n \"ids\": {\n \"imdb\": \"tt0402910\"\n },\n"
},
{
"path": "tests/fixtures/movies_unsanatized.json",
"chars": 1068,
"preview": "[\n {\n \"collected\": 1,\n \"watched\": 0,\n \"movieid\": 15151,\n \"plays\": 3,\n \"userrating\": 8,\n \"rated_at\": \""
},
{
"path": "tests/fixtures/movies_watched.json",
"chars": 356,
"preview": "[\n {\n \"runtime\": 300,\n \"collected\": 1,\n \"watched\": 1,\n \"movieid\": 526,\n \"plays\": 2,\n \"rating\": 6,\n "
},
{
"path": "tests/fixtures/season.json",
"chars": 1763,
"preview": "[{\n\t\"season\": 1,\n\t\"ids\": {\n\t\t\"tvdb\": 3254641,\n\t\t\"tmdb\": 63056,\n\t\t\"imdb\": \"tt1480055\",\n\t\t\"tvrage\": 1065008299,\n\t\t\"trakt\":"
},
{
"path": "tests/fixtures/season_no_list.json",
"chars": 227,
"preview": "{\n \"episodes\": [\n 1,\n 2,\n 3,\n 4,\n 5,\n 6,\n 7,\n 8,\n 9,\n 10,\n 11,\n 12,\n 13,\n 14,"
},
{
"path": "tests/fixtures/show.json",
"chars": 181,
"preview": "{\n\t\"year\": 2011,\n\t\"ids\": {\n\t\t\"tmdb\": 1399,\n\t\t\"tvdb\": 121361,\n\t\t\"trakt\": 1390,\n\t\t\"imdb\": \"tt0944947\",\n\t\t\"tvrage\": 24493,\n"
},
{
"path": "tests/fixtures/shows.json",
"chars": 1584,
"preview": "[\n {\n \"rated_at\": \"2014-11-01T00:26:18.000Z\",\n \"rating\": 10,\n \"show\": {\n \"title\": \"The Office\",\n \"ye"
},
{
"path": "tests/test_kodiUtilities.py",
"chars": 658,
"preview": "# -*- coding: utf-8 -*-\n#\n\nimport mock\nimport sys\n\nxbmc_mock = mock.Mock()\nsys.modules[\"xbmc\"] = xbmc_mock\nxbmcgui_mock "
},
{
"path": "tests/test_obfuscation.py",
"chars": 618,
"preview": "# -*- coding: utf-8 -*-\nfrom resources.lib import obfuscation\n\ndef test_obfuscate():\n assert obfuscation.obfuscate(\"t"
},
{
"path": "tests/test_utilities.py",
"chars": 21123,
"preview": "# -*- coding: utf-8 -*-\n#\n\nimport json\nfrom resources.lib import utilities\n\n\ndef load_params_from_json(json_path):\n w"
}
]
About this extraction
This page contains the full source code of the Razzeee/script.trakt GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 163 files (2.0 MB), approximately 528.1k tokens, and a symbol index with 315 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.