Many Indian friends use my Shazam to MP3 Shortcut to download Indian songs, so I made an Indian version of Shazam shortcut. It searches and downloads songs from Jiosaavn. You can also run it from Jiosaavn app to download a song directly.
Jiosaavn Downloader Shortcut for Apple Users
I am excited to introduce the Jiosaavn Downloader Shortcut, a powerful tool designed for iPhone and Mac users. This shortcut not only allows you to download songs from Jiosaavn but also comes with an integrated Shazam feature for seamless music identification and downloading.
Key Features
- Shazam Integration: The Jiosaavn Downloader Shortcut includes a Shazam feature that lets you identify and download songs while listening to them. Simply run the shortcut while a song is playing, and it will automatically recognize the track and download it for you.
- Link-Based Downloads: If you have a specific song link from Jiosaavn, you can copy the link and run the shortcut to download the song directly to your device. This feature ensures that you can easily access your favorite tracks without any hassle.
- High Quality: It allows you to download music in 320 kbps. You can also choose 12kbps, 24kbps, 48kbps, 96kbps, and 160kbps.
- Compatibility: The shortcut is available in share sheet on iPhone or iPad. It is designed to work seamlessly on both iPhone and Mac, providing a consistent experience across your Apple devices.
- User-Friendly Interface: The Jiosaavn Downloader Shortcut is easy to use, with a simple and intuitive interface that makes downloading songs a breeze.
How to use Jiosaavn Downloader Shortcut
As mentioned, you can run it from share sheet or copy Jiosaavn song link to run it directly. If you don’t pass a song link, the Shazam feature will be triggered, It will recognize the song, search on Jiosaavn and download it.
Step 1. Add the Shortcut: Open the Shortcuts app and add the Jiosaavn Downloader Shortcut to your library.
Step 2. Grant Permissions: When you run the shortcut for the first time, you may need to grant it the necessary permissions to access your device’s music library and Shazam.
Step 3. Run the Shortcut: To download a song, either play the track and run the shortcut to use the Shazam feature or copy the song link and run the shortcut to download it directly.
Step 4. Enjoy Your Music: Once the song is downloaded, you can enjoy it offline anytime, anywhere.
Jiosaavn Downloader flow for Windows
For Windows users, you can also use the built-in app, Power Automate Desktop to download music from Jiosaavn. I have made Jiosaavn Downloader Flow, a powerful tool designed for Windows users. This flow allows you to download songs from Jiosaavn effortlessly, making it a must-have for any music enthusiast.
Key Features
- Link-Based Downloads: The Jiosaavn Downloader Power Automate Desktop Flow allows you to download songs by simply copying the song link from Jiosaavn. This feature ensures that you can easily access your favorite tracks without any hassle.
- Compatibility: The flow is designed to work seamlessly on Windows devices, providing a consistent experience across your desktop and laptop.
- User-Friendly Interface: The Jiosaavn Downloader Power Automate Desktop Flow is easy to use, with a simple and intuitive interface that makes downloading songs a breeze.
How to Set up Jiosaavn Downloader Flow on Windows
Power Automate comes with Windows 11 by default. If you are using Windows 10, you can free download it from Microsoft Store. Let me show you how to import Power Automate Flow step by step once you have Power Automate.
Step 1. Launch Power Automate app and create a new flow.
Step 2. Copy the text in the box below. I have made a button for you to copy all text.
Step 3. In the new empty flow that you just made, right click and select paste to paste all text that you copied.
Step 4. Copy the song link from Jiosaavn and run the flow to download it directly to your device.
Step 5. Enjoy Your Music: Once the song is downloaded, you can locate the downloaded music in C:\Users\Public\Downloads\.
Web.InvokeWebService.InvokeWebService Url: $'''https://raw.githubusercontent.com/CodyChrunos/Shortcuts/refs/heads/main/jios.json''' Method: Web.Method.Get Accept: $'''application/xml''' ContentType: $'''application/xml''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False FailOnErrorStatus: False EncodeRequestBody: True UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False Response=> WebServiceResponse2
Variables.ConvertJsonToCustomObject Json: WebServiceResponse2 CustomObject=> JsonAsCustomObject2
IF JsonAsCustomObject2.persion > 1.0 THEN
WebAutomation.LaunchEdge.LaunchEdge Url: JsonAsCustomObject2.url WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 BrowserInstance=> Browser
END
Clipboard.GetText Text=> ClipboardText
Web.InvokeWebService.InvokeWebService Url: $'''%JsonAsCustomObject2.api%songs?link=%ClipboardText%''' Method: Web.Method.Get Accept: $'''application/json''' ContentType: $'''application/json''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False FailOnErrorStatus: False EncodeRequestBody: False UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False TrimRequestBody: True Response=> WebServiceResponse
Variables.ConvertJsonToCustomObject Json: WebServiceResponse CustomObject=> JsonAsCustomObject
IF Contains(WebServiceResponse, $'''error''', True) THEN
WebAutomation.LaunchEdge.LaunchEdge Url: $'''https://t.me/chrunoss''' WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60
END
IF IsNotEmpty(JsonAsCustomObject.data[0].downloadUrl[4].url) THEN
SET filename TO $'''%JsonAsCustomObject.data[0].name%.m4a'''
Web.DownloadFromWeb.DownloadToFile Url: JsonAsCustomObject.data[0].downloadUrl[4].url FilePath: $'''C:\\Users\\Public\\Downloads\\%filename%''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False DownloadedFile=> DownloadedFile
END
If you like to change the default location path to save downloaded music, you can locate the “Download from Web” and change the “Destination file path”.
Conclusion
The Jiosaavn Downloader Shortcut or flow is a must-have tool for any music lover who wants to download and enjoy their favorite tracks from Jiosaavn effortlessly. With its powerful features and easy-to-use interface, this shortcut and flow can enhance your music experience.
This is the initial release of Jiosaavn Downloader Shortcut/flow. If you have any suggestions, feel free to leave a comment or chat with me in our Telegram group.