Skip to main content

All Questions

Tagged with
0 votes
0 answers
64 views

How do you remove stubborn (album art) / (embedded images) that eyeD3 misses?

How do you remove stubborn (album art) / (embedded images) that eyeD3 misses? Running: $ eyeD3 --remove-all-images . # Works great 90% of the time but not 100% of the time. I’d prefer a command that ...
Gene Tyle's user avatar
1 vote
1 answer
75 views

How to merge all mp3 files located in the same directory?

The command below used to work but stopped around ubuntu/kubuntu 20.04. ls *.mp3 | sed -e "s/\(.*\)/file '\1'/" | ffmpeg -protocol_whitelist 'file,pipe' -f concat -i - -c copy output.mp3 ...
Cortez's user avatar
  • 11
0 votes
1 answer
92 views

I want to change the track and title of mp3 files using their ID3 Tag data in all sub directories too not just the folder I am in

I want to change the track and title of mp3 files using their ID3 Tag data in all sub directories too not just the folder I am in. To change track and title in a single folder sometimes kid3-cli or ...
Gene Tyle's user avatar
0 votes
1 answer
392 views

Asterisk not playing Audio in BackGround or MP3Player APP

Hi Everyone in Asterisk 18 Cooked on a Centos 7 Server when I want to play a wav file, mono pcm s16 le 8000 hz lets called MyWavFile.wav I try to play it ether way whit application BackGround or ...
denn0n's user avatar
  • 303
0 votes
3 answers
1k views

How to copy files from sub directories to one directory

Hi I have a folder full of music files on an ubuntu server. I am trying to copy all said music files *.mp3/flac to one directory without there subfolders. I used this command in rsync, which works to ...
uNsTuCkMelody_'s user avatar
2 votes
1 answer
638 views

How can I hollistically determine if an mp3 file is truncated/cropped/cut short from the audio data?

I have a bunch of mp3 files, of which some got cut short (due to an unfinished download or something). I want to determine the good from the bad (i.e. the ones that cut off in the middle). There's a ...
argentum2f's user avatar
0 votes
0 answers
487 views

Apply Fade In and Fade Out to mp3 without re-encoding

Since some time i am fighting with how to apply Fade In and Fade Out effects to mp3. The problem lies in the fact that it needs to happen on linux server as invoked process (command line). The other ...
Mevia's user avatar
  • 133
0 votes
1 answer
828 views

reduce my 90gb collection of mp3 to about 10gb

got an insanely simple and working script already: #!/bin/bash -x mkdir .before mkdir .error for i in *.m??; do ffmpeg -n -i "$i" -b:a 16k "${i%.*}.opus" && mv &...
cregox's user avatar
  • 5,904
0 votes
1 answer
2k views

mp3gain: Can't open mp3 for reading

I regularly download mp3 files from different sources but a few months ago I began to get the error: Can't open 1.mp3 for reading when I tried to execute: mp3gain -s s 1.mp3 Is the utility still ...
ka3ak's user avatar
  • 101
0 votes
1 answer
102 views

Parts of mp3 files overwritten with other mp3 files, software or hardware fault?

I'm running pop_OS, and I have a folder on an old laptop hard drive in which I store my music. They weren't organized, it was a mess, so a couple days ago I organized them in the following format, by ...
erik's user avatar
  • 123
1 vote
1 answer
1k views

Music Player Daemon not working, no songs playing

So I just installed MPD together with MPC and NCMPCPP but I can't get it to work. There is 1 song in the database, according to NCMPCPP (Show server info) but there are no Artists or Albums. I ...
kwyntes's user avatar
  • 161
1 vote
0 answers
279 views

abcde - inconsistent/unexpected track numbers

Question: How can I achieve my expected result of tracks that are numbered with sequential {DiscNumber}{TrackNumber} - Artist - Album.mp3? Background: When using abcde to rip a set of audiobook CDs, ...
kdford's user avatar
  • 31
1 vote
1 answer
756 views

How to make wget download all mp3 files from a website and bypass an annoying ad each time?

I want to download all mp3 files hosted on this website, as you can see the website fires up an ad page referring the visitor to their new website. The new website is a larger one and it would be ...
doctorate's user avatar
  • 163
5 votes
1 answer
4k views

Use wget to download all linked mp3 files from website

I'm trying to use wget to download the mp3 files from https://musicforprogramming.net/ . As you can see, there is a link to each track page (e.g. https://musicforprogramming.net/?twentythree) from the ...
MHG's user avatar
  • 195
4 votes
0 answers
2k views

Check for damaged file mp3, m4a (aac) in Linux

I have around 15,000 music files stored on Ubuntu server (16.04), around 50% FLAC, 25% each mp3 and m4a (aac). I think maybe 3-5% are corrupted due to HDD hardware failure. The problems accumulated ...
BobM's user avatar
  • 41

15 30 50 per page
1
2 3 4 5