Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Spotify App Adds a List of New Features

Spotify has added a whole bunch of new features for its app, including Playlist Notes, Running Mode, and more. Playlist … Read More The post Spotify App Adds a List of New Features appeared first on ProPakistani .

Spotify App Adds a List of New Features

Spotify has unveiled numerous enhancements to its mobile application, incorporating features such as Playlist Notes, Running Mode, and user-generated notes. Playlist Notes empower both Spotify's professional editors and ordinary users to attach context to songs and other content within playlists. Simultaneously, Spotify has broadened its AI-driven Running Mode to Android, following its initial launch on iOS.

Playlist Notes afford Spotify's global editorial team the ability to elucidate the reasoning behind selecting a specific song, its cultural significance, or its relevance to a particular playlist. Users can access these notes by tapping the Notes button atop a supported playlist. Initially, editor notes will be featured on prominent playlists such as Today’s Top Hits, RapCaviar, Hot Country, All New Pop, mint, and Fresh Finds Hip-Hop.

They can also surface on the Now Playing screen even when the user is listening outside the original playlist. Editor-created Playlist Notes are being rolled out to Free and Premium users aged 16 and above in the US, Canada, UK, Ireland, Australia, and New Zealand, though Spotify has not specified when this version will extend to additional countries.

Moreover, Spotify has introduced Profiles for its editors, enabling users to gain insight into the creators curating the playlists. By clicking on an editor's name, a Profile is displayed, showcasing their top songs and albums as well as the playlists they assist in curating. These profiles are currently available in the same six markets as the editor-created Playlist Notes.

Users can also compose their own notes within playlists they own or contribute to. On Android or iOS, tapping the three-dot menu next to a song, podcast episode, or audiobook allows the selection of Add note. The user then composes their message, which is subsequently displayed beneath the selected item in the playlist. These notes can be used to explain why a song was added, preserve a memory associated with it, suggest alternative tracks, or jot down thoughts about a podcast or audiobook.

They are not private; anyone who can view the playlist can see the notes, and the writer's name is linked to their Spotify profile. User-created Playlist Notes are more widely distributed than editor notes, being available on Android and iOS in over 100 markets.

Spotify is also broadening its Running Mode, an AI-powered feature designed to personalize workouts, to Android. Initially launched on iOS on July 30, this feature is now accessible to Premium subscribers on both Android and iOS in the US, Canada, UK, Ireland, Australia, New Zealand, and Sweden. Running Mode encompasses 25 workout presets, ranging from intervals and pyramid sessions to easy runs and longer runs, with durations from 10 to 90 minutes.

Leveraging Spotify's Prompted Playlist technology, Running Mode curates music selections based on the user's workout and musical preferences. Users can opt for genres like pop, EDM, country, and hip-hop, choose between familiar or mostly new music, and even tailor the AI prompt with their own instructions. The generated Running Mode playlists refresh daily, although users can save a preferred playlist.

Music can synchronize with the user's running pace, thanks to Beat Matching, which enables runners to select a specific beats-per-minute (BPM) rate. Users can further adjust song speed to match their chosen BPM or retain the original speed. An optional English audio cue feature provides instructions and encouragement during structured runs, which users can disable if they only wish to hear music.

Spotify acknowledges that 160 BPM is presently the most favored setting, whereas some runners select between 170 and 180 BPM for a quicker cadence. This feature also includes optional English audio cues offering motivation and guidance during structured runs, which can be turned off for those who prefer music only. Spotify previously attempted a standalone running feature, which was discontinued in 2018.

The new Running Mode adopts a different strategy by asking users to configure their workout and music preferences prior to commencing rather than automatically detecting their running pace.

Written by urgent.news from ProPakistani's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at propakistani.pk →

More in Tech

I Built a Drag-and-Drop Kanban Board with Vanilla JavaScript

If you've ever wanted to understand how drag-and-drop actually works under the hood — no libraries, no frameworks, just the browser — building a Kanban board is a great way to find out.

  • Three-column Kanban board created with HTML, CSS, JavaScript
  • Drag-and-drop functionality implemented using HTML5 Drag and Drop API
  • Event listeners handle card movement between To Do, In Progress, and Done columns

Get better color accuracy on your TV with these simple steps

Even if it has impressive out-of-the-box color, your new (or old) TV can always benefit from a few simple tweaks to get the best color accuracy possible.

  • Adjust color temperature to achieve desired warmth or coolness.
  • Modify color saturation for balance between vibrancy and clarity.
  • Fine-tune red, green, and blue levels for precise color accuracy.

I Write Less Code Than I Used To. That May Be the Point.

Over the last year, my day-to-day job has changed in a way I am still trying to understand. I am still an engineer. I still design systems, read code, debug failures, review implementations, and…

  • Author now designs systems and reviews implementations, writing less code.
  • AI generates code implementations, but correctness requires engineering.
  • Author focuses on defining constraints, architecture, and failure taxonomies for AI systems.

React Portals: How They Work and When to Use Them for Modals and Tooltips

You’ve probably built a modal or tooltip in React and hit a weird snag: the overlay appears visually outside your usual component tree, but events don’t behave as you expect.

  • React portals render children outside normal DOM tree position.
  • Portalized components like modals, tooltips benefit from divs outside root container.
  • Proper event handling and focus management required for portalized UI elements.

Building a Change & Alert Engine That Webhooks Any Diff on Any URL

Most data jobs re-pull the whole source every run and waste time and money on data that didn't move. A change-detection engine wakes up, checks what actually changed, and pushes only the diff.

  • Engine detects changes on any URL, sends only differences
  • Polls source once per schedule, auto-sniffs content format
  • Supports JSON, RSS/Atom, HTML; emits changes with before/after

More from Wednesday 19 August →