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
#!/bin/bash | |
# | |
# Convert Xenoblade2 OST Limited USB version's wav files to mp3 with ID3 tag by ffmpeg. | |
# | |
# Setlist and album art retrieved from: http://www.procyon-studio.co.jp/special/xenoblade2/ | |
# | |
ID3_ALBUM="ゼノブレイド2 オリジナル・サウンドトラック" | |
ID3_ALBUM_ARTIST="光田康典 / ACE (工藤ともり、CHiCO) / 平松建治 / 清田愛未" | |
ID3_GENRE="Soundtrack" |
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
### PROFILES ### | |||||
---|---|---|---|---|---|
Profile ID | Name | Site | Overwrite | ||
c2 | THSR TPE-TCG1 | 1 | |||
### AUTOFILL RULES ### | |||||
Type | Name | Value | Site | Profile | |
3 | ^trainCon:trainRadioGroup$ | 10 | irs.thsrc.com.tw | c2 | |
3 | ^seatCon:seatRadioGroup$ | 010 | irs.thsrc.com.tw | c2 | |
3 | ^bookingMethod$ | 10 | irs.thsrc.com.tw | c2 | |
2 | ^selectStartStation$ | "1" | irs.thsrc.com.tw | c2 | |
2 | ^selectDestinationStation$ | "6" | irs.thsrc.com.tw | c2 |
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
/* | |
* ANSI Strip for BBS Mail | |
* 2010/04/03 Wei-li Tang <s3321037@ncnu.edu.tw> | |
* | |
* Thunderbird Preview mode only. Does not apply for Newsgroup message. | |
* Do not use Jetpack XPI from AMO, it won't work. | |
* Please install opc-jetpack from: | |
* http://hg.mozilla.org/users/bugmail_asutherland.org/opc-jetpack/ | |
* | |
* The script is based on opt-jetpack example: |