christianmagill Posted May 13, 2016 Posted May 13, 2016 When I use the Itunes Mini player to search or browse for songs the wrong song is often played, regardless of whether I use down key and hit enter on the list or use the option+number shortcut. Here's a video where I try and select History by Mos Def, but A History of Violence by Ice Cube (also on the list) plays instead. I've tried resetting music library and thumbnails. https://www.dropbox.com/s/9di1klz2ndciyrp/itunes.mov?dl=0
Vero Posted May 13, 2016 Posted May 13, 2016 When I use the Itunes Mini player to search or browse for songs the wrong song is often played, regardless of whether I use down key and hit enter on the list or use the option+number shortcut. Here's a video where I try and select History by Mos Def, but A History of Violence by Ice Cube (also on the list) plays instead. I've tried resetting music library and thumbnails. https://www.dropbox.com/s/9di1klz2ndciyrp/itunes.mov?dl=0 Could you check whether Shuffle/Random is turned on in iTunes? If so, you'll need to disable this for Alfred to be able to predictably play your music More details on iTunes troubleshooting here: https://www.alfredapp.com/help/troubleshooting/itunes/ Cheers, Vero
christianmagill Posted May 13, 2016 Author Posted May 13, 2016 (edited) Yeah, that's what's causing it. Unfortunate that this can't be controlled anymore. I like to keep my music on shuffle for playlists. If a single song is selected couldn't the Alfred playlist be made to only contain that song? It seems currently it adds all songs in the search results. Edited May 13, 2016 by christianmagill
christianmagill Posted July 30, 2016 Author Posted July 30, 2016 Could you check whether Shuffle/Random is turned on in iTunes? If so, you'll need to disable this for Alfred to be able to predictably play your music More details on iTunes troubleshooting here: https://www.alfredapp.com/help/troubleshooting/itunes/ Cheers, Vero Hi Vero, I have a question regarding this. If I can toggle shuffling via this package http://www.packal.org/workflow/itunes-shuffle-toggle Why couldn't Alfred do the same before selecting a song, etc via the mini player? Here's the related AppleScript from the package. on alfred_script(q) tell application "iTunes" set shuffle enabled to not shuffle enabled set shuffleStatus to get shuffle enabled if shuffleStatus then "enabled" else "disabled" end if end tell end alfred_script
Andrew Posted July 31, 2016 Posted July 31, 2016 If I can toggle shuffling via this package http://www.packal.org/workflow/itunes-shuffle-toggle This is extremely interesting, thanks for bringing this to my attention - Alfred used to disable shuffling before playing (a long time in the past), then Apple removed the ability to do this via AppleScript (bug in iTunes?) which led to all sorts of hacky attempts to work around this as linked to in that link: https://discussions.apple.com/thread/4568820?tstart=0 It looks like the AppleScript has been fixed in iTunes which means Alfred can now potentially bring back disabling shuffle before playing, which would be fantastic! I've added a ticket to investigate this further! Cheers, Andrew [moved from closed to bugs]
christianmagill Posted July 31, 2016 Author Posted July 31, 2016 This is extremely interesting, thanks for bringing this to my attention Great! Thanks, Really look forward to seeing it implemented! I posted another feature request about iTunes "Up Next" which has an an outdated workflow (Ruby 2.0 related). http://www.alfredforum.com/topic/9319-queue-songs-to-itunes-up-next-like-this-outdated-workflow/
Andrew Posted August 1, 2016 Posted August 1, 2016 Great! Thanks, Really look forward to seeing it implemented! If you update to the 3.1 pre-release, you should see shuffle turned off when playing through Alfred's mini player
christianmagill Posted August 1, 2016 Author Posted August 1, 2016 If you update to the 3.1 pre-release, you should see shuffle turned off when playing through Alfred's mini player Awesome, that was fast!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now