-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/ipv6'
- Loading branch information
Showing
9 changed files
with
76 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,33 @@ | ||
Creates a Youtube ASH file from the command line. | ||
|
||
### Requirements | ||
The following libraries must be present: | ||
The following libraries / programs must be present: | ||
|
||
libASMedia.so *(from Audiosurf 2/Audiosurf2_Data/Plugins/x86_64/)* | ||
libbass.so *(from Audiosurf 2/Audiosurf2_Data/Plugins/x86_64/)* | ||
TagLib# | ||
youtube-dl *(make sure to install the most recent version)* | ||
* libASMedia.so *(from Audiosurf 2/Audiosurf2_Data/Plugins/x86_64/)* | ||
* libbass.so *(from Audiosurf 2/Audiosurf2_Data/Plugins/x86_64/)* | ||
* TagLib# | ||
* youtube-dl *(make sure to install the most recent version)* | ||
|
||
### Usage | ||
|
||
`mono yashgen.exe video_id [destination]` | ||
`yashgen video_id destination [-6]` | ||
|
||
video_id: The ID of the YouTube video. | ||
|
||
destination: The destination folder (optional). | ||
`video_id`: The ID of the YouTube video. | ||
`destination`: The destination folder. | ||
`-6`: Force IPv6 (optional). | ||
|
||
### Troubleshooting | ||
|
||
#### `This video is not available` | ||
If youtube-dl exits with this message but the video is available, try | ||
the `-6` flag. | ||
|
||
#### DllNotFoundException | ||
In case of a DllNotFoundException, run the program with `MONO_LOG_LEVEL=debug` and `MONO_LOG_MASK=dll`. The output should tell you which libraries are missing. | ||
In case of a DllNotFoundException, run the program with `MONO_LOG_LEVEL=debug` | ||
and `MONO_LOG_MASK=dll`. The output should tell you which libraries are missing. | ||
|
||
You might also have to move `libASMedia` and `libbass` to `/usr/lib/`. | ||
|
||
#### ALSA: `cannot find card 0` | ||
You may need to install a [dummy soundcard](https://www.raspberrypi.org/forums/viewtopic.php?p=485842&sid=5b596e5473571e5918872059e32a6873#p485842) on your system. | ||
You may need to install a [dummy soundcard](https://www.raspberrypi.org/forums/viewtopic.php?p=485842&sid=5b596e5473571e5918872059e32a6873#p485842) | ||
on your system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Creates a Youtube ASH file from the command line. | ||
|
||
### Requirements | ||
The following libraries must be present: | ||
The following libraries / programs must be present: | ||
|
||
BASS *(from the AS2 directory)* | ||
ffmpeg | ||
TagLib# | ||
UnityMediaPlayer.dll *(from the AS2 directory)* | ||
youtube-dl | ||
* BASS *(from the AS2 directory)* | ||
* ffmpeg | ||
* TagLib# | ||
* UnityMediaPlayer.dll *(from the AS2 directory)* | ||
* youtube-dl | ||
|
||
### Usage | ||
|
||
`yashgen video_id [destination]` | ||
`yashgen video_id destination [-6]` | ||
|
||
video_id: The ID of the YouTube video. | ||
|
||
destination: The destination folder (optional). | ||
`video_id`: The ID of the YouTube video. | ||
`destination`: The destination folder. | ||
`-6`: Force IPv6 (optional). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters