

Make your life easy by coming to Hungama for all the new hindi song download.Ĭome to Hungama and listen and download all the latest hindi songs offline or as mp3! Your only destination for all the new hit hindi songs from Bollywood films.

Hungama is one of the first platforms to receive all new songs produced by the Indian music industry. Hindi song download is exclusively available on Hungama. We have all the hit songs from the latest movies like Kabir Singh, Love Aaj Kal, Street Dancer 3D, Marjaavaan and others for you to stream and download. We have a list of songs from the Indian music industry available for you to download. Hungama gives you the freedom to download your favourite Hindi song mp3 free. You can not only stream but also download songs offline and also download mp3 songs on your device. All the new hit hindi songs just for you! Genda Phool, Shayad, Tujhe Kitna Chahne Lage, Garmi, etc. Name the song and all the latest songs are available for you to listen to. The platform where millions of people come to listen to new hindi songs. A content library like no other that gives you access to all your favourites songs. Hungama takes you closer to all your favourite hit Hindi songs that you can listen to on the go! Listen to all the latest hit hindi songs only on Hungama. If the duration is within the desired range, the sh call returns a success status, so the -print action is executed to print the file name. mp3 file, the snippet below calls soxi and parses its output. In particular, soxi -D prints the duration in seconds.įor each. The command soxi displays information about a sound file. SoX is a commonly available utility to work with sound files (sox is to sound what sed or awk are to text files). mp3 files, another tool to report the length of each file that find finds, and some shell/text processing glue. Following the unix philosophy, it can be built from find to find. I doubt that there's an existing findmp3 tool. Save the script above as findmp3 and run it like this: findmp3 3:00 3:15 music/ # Compare the length to the $min and $max # Convert the actual length of the song (mm:ss format) # Now add the number of minutes and seconds # The important part is not specifying a time so that 00:00:00 # The date is random, you can use your birthday if you want. If you want to be able to enter times in MM:SS format, it gets a bit more complex: #!/usr/bin/env bash See man mp3info for more details on its output format.

The command above will search music/ for mp3 files, and print their name and length if that length is grater or equal to 180 seconds (3:00) and less than or equal to 195 seconds (3:15). Once mp3info is installed, you can search the directory music for songs of a certain length with this command: find music/ -name "*mp3" |
#SEARCHY MP3 SONGS INSTALL#
If you have a debian-based distribution, you can do so with sudo apt-get install mp3info First install mp3info, it should be in the repositories of your distribution (you have not said, so I assume you are using Linux of some sort).
