
1,411
Downloads
543
Downloads of v 0.8.4
5/13/2015
Last update
Tomahawk is a music player that fundamentally changes the way music is consumed and shared. It decouples the name of the song from the source it was shared from - and fulfills the request using all of your available sources. This creates a universal translation layer across music repositories, streaming services and geographic territories.
To install Tomahawk, run the following command from the command line or from PowerShell:
C:\> choco install tomahawk
To upgrade Tomahawk, run the following command from the command line or from PowerShell:
C:\> choco upgrade tomahawk
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'tomahawk' $installerType = 'EXE' $url = 'http://download.tomahawk-player.org/tomahawk-0.8.4.exe' $silentArgs = '/S' $validExitCodes = @(0) Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes
- tools\chocolateyUninstall.ps1
Show
try { $packageName = 'tomahawk' $fileType = "exe" $silentArgs = "/S" $validExitCodes = @(0) $unfile = "${Env:ProgramFiles}\Tomahawk\uninstall.exe" $unfilex86 = "${Env:ProgramFiles(x86)}\Tomahawk\uninstall.exe" if (Test-Path "$unfile") { $file = "$unfile" } if (Test-Path "$unfilex86") { $file = "$unfilex86" } if (Test-Path "$file") { Uninstall-ChocolateyPackage $packageName $fileType $silentArgs $file -validExitCodes $validExitCodes } Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
Virus Scan Results
- tomahawk.0.8.4.nupkg (b033e874e2ec) - ## / 55 - Log in or click on link to see number of positives
- tomahawk-0.8.4.exe (4333a0e501d6) - ## / 54 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
Version 0.8.4
+ Fixed drag & drop issues on sidebar.
+ Fixed starting Tomahawk with a filename as parameter.
+ Update column view when collection changes.
+ (Linux) Don't crash on environments with invalid locales.
Version 0.8.3
+ Performance improvements for collection browsing.
+ Improved memory footprint.
+ Show cloud collections above your friends in the sidebar.
+ Keep looking for alternative sources even when we found a perfect match.
+ Fixed crash in network code.
+ Fixed repeat one/all icons.
+ Be more lenient about accepting JSPF and M3U playlists.
+ Improved support for compilation albums.
+ (Windows) Fixed support for Windows XP.
+ (OS X) Fixed settings dialog appearance on Yosemite.
+ (OS X) Fixed SSL errors on Yosemite.
Version 0.8.2
+ Show error message if saving tags failed.
+ Fixed painting issue on search page.
+ (OS X & Windows) Fixed crash during collection scan.
Version 0.8.1
+ Disabled sorting for stations.
+ Fixed drag & drop behavior in combination with certain resolvers.
+ Fixed infinite scanning recursion.
+ Prevented adding dupes to the collection when scanning.
+ When playing an artist or album, don't give up when the first track in list isn't playable.
+ Fixed importing M3U playlists.
+ Sort album grids by artist name.
+ Fixed painting issue on 'More Albums' grid.
+ Fixed crash when editing/saving track tags.
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Tomahawk 0.8.4 | 543 | Wednesday, May 13, 2015 | approved |
Tomahawk 0.8.2.0 | 292 | Tuesday, November 25, 2014 | approved |
Tomahawk 0.8.0.0 | 205 | Tuesday, November 11, 2014 | approved |
Tomahawk 0.7.0.1 | 207 | Tuesday, October 7, 2014 | |
Tomahawk 0.7.0 | 164 | Tuesday, October 7, 2014 |
Discussion for the Tomahawk Package
Ground rules:
- This discussion is only about Tomahawk and the Tomahawk package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Tomahawk, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.