File tree Expand file tree Collapse file tree 1 file changed +23
-16
lines changed
Expand file tree Collapse file tree 1 file changed +23
-16
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ How to run program.
881 . Clone the repository.
992 . navigate inside folder 'mp3_metadata_extractor'
10103 . cargo build
11- 4 . cargo run Sample .mp3
11+ 4 . cargo run Ae_Ajnabi_Tu_Bhi_Kahin_Awaz_De .mp3
1212
1313To save output to a file execute following command.
1414
15- cargo run Sample.mp3 > Sample.txt
15+ % cargo run -- Ae_Ajnabi_Tu_Bhi_Kahin_Awaz_De.mp3 > Output.txt
16+
1617
1718 ------------------
1819
@@ -43,22 +44,28 @@ mp3_metadata_extractor v0.1.0 () -
4344__ Repository Tree Structure__
4445
4546```
46- ├── .github
47- └── workflows
48- │ └── rust.yml
47+ % tree -I '.git' -a
48+ .
4949├── Application_Requirements.txt
50+ ├── .github
51+ │ └── workflows
52+ │ └── rust.yml
5053├── LICENSE
54+ ├── mp3_metadata_extractor
55+ │ ├── Ae_Ajnabi_Tu_Bhi_Kahin_Awaz_De.mp3
56+ │ ├── Cargo.lock
57+ │ ├── Cargo.toml
58+ │ ├── .gitignore
59+ │ ├── Output.txt
60+ │ └── src
61+ │ └── main.rs
5162├── OUTPUT
52- ├── Output1.png
53- └── Output2.png
54- ├── README.md
55- └── mp3_metadata_extractor
56- ├── .gitignore
57- ├── Cargo.lock
58- ├── Cargo.toml
59- ├── Sample.mp3
60- ├── Sample.txt
61- └── src
62- └── main.rs
63+ │ ├── Output1.png
64+ │ ├── Output2.png
65+ │ └── Output3.png
66+ └── README.md
67+
68+ 5 directories, 13 files
69+
6370
6471```
You can’t perform that action at this time.
0 commit comments