You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
620 B
22 lines
620 B
4 years ago
|
# Bazarr Scripts
|
||
|
|
||
|
!!! note ""
|
||
|
Here you will find a collection of Script you an use with Bazarr.
|
||
|
|
||
|
Most of them are provided by other users, if you got a script you want to share don't hesitate to create a [PR](https://github.com/TRaSH-/Guides/blob/master/.github/CONTRIBUTING.md) for it
|
||
|
|
||
|
## 2 to 3 language code
|
||
|
|
||
|
??? info "2 to 3 language code"
|
||
|
|
||
|
- Title: `2to3_language_code.sh`
|
||
|
- Author(s): ???
|
||
|
|
||
|
Changes the 2 iso code to 3 iso code.
|
||
|
|
||
|
??? example "Script"
|
||
|
|
||
|
```sh
|
||
|
[[% filter indent(width=4) %]][[% include 'Bazarr/scripts/2to3-language-code/2to3_language_code.sh' %]][[% endfilter %]]
|
||
|
```
|