Skip to content

Commit 6fa36e0

Browse files
committed
Normalize my username reference.
1 parent 8d9ae2a commit 6fa36e0

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature request
4-
url: https://github.com/ArabCoders/watchstate/discussions
4+
url: https://github.com/arabcoders/watchstate/discussions
55
about: Please use the discussions tab for features or enhancements requests.
66
- name: Questions & Answers
7-
url: https://github.com/ArabCoders/watchstate/discussions
7+
url: https://github.com/arabcoders/watchstate/discussions
88
about: Please use the discussions tab for long questions and general discussions.
99
- name: Discord Link.
1010
url: https://discord.gg/haUXHJyj6Y

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Update Version File
46-
uses: ArabCoders/write-version-to-file@master
46+
uses: arabcoders/write-version-to-file@master
4747
with:
4848
filename: '/config/config.php'
4949
placeholder: '$(version_via_ci)'
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v4
8282

8383
- name: Update Version File
84-
uses: ArabCoders/write-version-to-file@master
84+
uses: arabcoders/write-version-to-file@master
8585
with:
8686
filename: '/config/config.php'
8787
placeholder: '$(version_via_ci)'

FAQ.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ database state back to the selected backend.
138138

139139
No, The tool is designed to work for single user. However, It's possible to run container for each user. You can also
140140
use single container for all users, however it's not really easy refer
141-
to [issue #136](https://github.com/ArabCoders/watchstate/issues/136).
141+
to [issue #136](https://github.com/arabcoders/watchstate/issues/136).
142142

143143
For `Jellyfin` and `Emby`, you can just generate new API tokens and link it to a user.
144144

@@ -238,7 +238,7 @@ $ mv /config/db/watchstate_v01-repaired.db /config/db/watchstate_v01.db
238238
* com.plexapp.agents.hama://(db)\d?-(id)?lang=en `(HAMA multi source db agent mainly for anime)`
239239
* com.plexapp.agents.youtube://youtube|(seriesId)|(?<folder>\w)?/(?<season>
240240
\d)?(.+) [YouTube-Agent.bundle](https://github.com/ZeroQI/YouTube-Agent.bundle)
241-
With [jp_scanner.py](https://gist.github.com/ArabCoders/ecb2755aa1d76dc89301ec44b8d367d5) as scanner.
241+
With [jp_scanner.py](https://gist.github.com/arabcoders/ecb2755aa1d76dc89301ec44b8d367d5) as scanner.
242242
* com.plexapp.agents.cmdb://(id)?(.+) `(Custom metadata db agent)` Will release more information about it at later time.
243243

244244
---
@@ -252,7 +252,7 @@ $ mv /config/db/watchstate_v01-repaired.db /config/db/watchstate_v01.db
252252
* tvrage://(id)
253253
* anidb://(id)
254254
* ytinforeader://(
255-
id) [jellyfin](https://github.com/ArabCoders/jf-ytdlp-info-reader-plugin) & [Emby](https://github.com/ArabCoders/emby-ytdlp-info-reader-plugin).
255+
id) [jellyfin](https://github.com/arabcoders/jf-ytdlp-info-reader-plugin) & [Emby](https://github.com/arabcoders/emby-ytdlp-info-reader-plugin).
256256
A yt-dlp plugin for both emby & jellyfin.
257257
* cmdb://(id) `(Custom metadata db agent)` Will release more information about it at later time.
258258

@@ -534,7 +534,7 @@ location and delete the empty directories.
534534
### How to get WatchState working with YouTube content/library?
535535

536536
Due to the nature on how people name their youtube files i had to pick something specific for it to work cross supported
537-
media agents. Please visit [this link](https://github.com/ArabCoders/jf-ytdlp-info-reader-plugin#usage) to know how to
537+
media agents. Please visit [this link](https://github.com/arabcoders/jf-ytdlp-info-reader-plugin#usage) to know how to
538538
name your files. Please be aware these plugins and scanners `REQUIRE`
539539
that you have a `yt-dlp` `.info.json` files named exactly as your media file. For example, if you
540540
have `20231030 my awesome youtube video [youtube-RandomString].mkv`
@@ -546,20 +546,20 @@ make `.info.json` optional However at the moment the file is required for emby/j
546546

547547
* Download this agent [YouTube-Agent.bundle](https://github.com/ZeroQI/YouTube-Agent.bundle) please follow the
548548
instructions on how to install it from the link itself.
549-
* Download my custom scanner [jp_scanner.py](https://gist.github.com/ArabCoders/ecb2755aa1d76dc89301ec44b8d367d5) and
549+
* Download my custom scanner [jp_scanner.py](https://gist.github.com/arabcoders/ecb2755aa1d76dc89301ec44b8d367d5) and
550550
save it into `[...]/Plex Media Server/Scanners/Series/jp_scanner.py` if you don't know there are more detailed guide
551551
at this link [How to install a Scanner](https://github.com/ZeroQI/Absolute-Series-Scanner#install--update).
552552

553553
#### Jellyfin Setup
554554

555-
* Download this plugin [jf-ytdlp-info-reader-plugin](https://github.com/ArabCoders/jf-ytdlp-info-reader-plugin). Please
555+
* Download this plugin [jf-ytdlp-info-reader-plugin](https://github.com/arabcoders/jf-ytdlp-info-reader-plugin). Please
556556
refer to the link on how to install it.
557557

558558
### Emby Setup
559559

560-
* Download this plugin [emby-ytdlp-info-reader-plugin](https://github.com/ArabCoders/emby-ytdlp-info-reader-plugin).
560+
* Download this plugin [emby-ytdlp-info-reader-plugin](https://github.com/arabcoders/emby-ytdlp-info-reader-plugin).
561561
Please refer to the link on how to install it.
562562

563-
If you media is not matching correctly or not marking it as expected, it's most likely scanners issues as plex and
563+
If your media is not matching correctly or not marking it as expected, it's most likely scanners issues as plex and
564564
jellyfin/emby reports the GUID differently, and we try our best to match them. So, please hop on discord with the
565565
relevant data if they are not matching correctly, and we hopefully can resolve it.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# WatchState
22

3-
![Build Status](https://github.com/ArabCoders/WatchState/actions/workflows/build.yml/badge.svg)
4-
![MIT License](https://img.shields.io/github/license/ArabCoders/WatchState.svg)
3+
![Build Status](https://github.com/arabcoders/WatchState/actions/workflows/build.yml/badge.svg)
4+
![MIT License](https://img.shields.io/github/license/arabcoders/WatchState.svg)
55
![Docker pull](https://img.shields.io/docker/pulls/arabcoders/watchstate.svg)
66

77
This tool primary goal is to sync your backends play state without relying on third party services,

public/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
require __DIR__ . '/../pre_init.php';
1212

1313
if (!file_exists(__DIR__ . '/../vendor/autoload.php')) {
14-
print 'Dependencies are missing please refer to https://github.com/ArabCoders/watchstate/blob/master/FAQ.md';
14+
print 'Dependencies are missing please refer to https://github.com/arabcoders/watchstate/blob/master/FAQ.md';
1515
exit(Command::FAILURE);
1616
}
1717

0 commit comments

Comments
 (0)