Top

iPoT: Combine Music&Videos like iPhones


iPhone Code

Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Mar 16, 2009
Last Updated  Mar 16, 2009
Tags  combine  iphones  ipod  like  music  touch  videos 

Description

Requirements
- Jailbroken iPod (useless for iphones)
- openSSH
- SSH app (winSCP for example for windows)
- Erica Utilities (found in cydia)

Instructions
- SSH into iPod and navigate to "/private/var/stash/Applications.xxxxxx/MobileMusicPlayer.app"
- Duplicate the file "Info.plist" and name the new one, "Info.plist.bak", this is your backup incase you dislike the new settings.
- Right click "Info.plist" -> Custom Command -> Enter -> "plutil -c xml1 "!"" -> Ok. Your Info.plist file has now been converted to XML plain text instead of Apple's binary.
- Open the file "Info.plist" and paste this entire code over the old code (remember you have a backup, so no worries!)
- Save the file & close it
- Re-spring [Terminal cmd: "restart"]

Your music & videos are now combined!

Notes
1: to revert back, just delete the "Info.plist" file and change the name of your backup to "Info.plist", then re-spring

Grab the Code

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>MobileMusicPlayer</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.mobileipod</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>MobileMusicPlayer</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleResourceSpecification</key>
	<string>ResourceRules.plist</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>37</string>
	<key>DTPlatformName</key>
	<string>iphoneos</string>
	<key>DTSDKName</key>
	<string>(SDK_NAME)</string>
	<key>NSPrincipalClass</key>
	<string>MusicPlayerApp</string>
	<key>UIPriority</key>
	<integer>100</integer>
	<key>UIRoleInfo</key>
	<array>
		<dict>
			<key>Platforms</key>
			<array>
				<string>N45</string>
				<string>simulator</string>
			</array>
			<key>Roles</key>
			<array>
				<dict>
					<key>IsDefaultRole</key>
					<true/>
					<key>PrivateURLSchemes</key>
					<array>
						<string>audio-player-event</string>
						<string>video-player-event</string>
					</array>
					<key>Role</key>
					<string>MediaPlayer</string>
					<key>UIRoleDisplayName</key>
					<string>iPod</string>
				</dict>
			</array>
		</dict>
		<dict>
			<key>Platforms</key>
			<array>
				<string>M68</string>
				<string>N82</string>
			</array>
			<key>Roles</key>
			<array>
				<dict>
					<key>IsDefaultRole</key>
					<true/>
					<key>PrivateURLSchemes</key>
					<array>
						<string>audio-player-event</string>
					</array>
					<key>Role</key>
					<string>AudioPlayer</string>
					<key>UIRoleDisplayName</key>
					<string>Music</string>
				</dict>
				<dict>
					<key>PrivateURLSchemes</key>
					<array>
						<string>video-player-event</string>
					</array>
					<key>Role</key>
					<string>VideoPlayer</string>
					<key>UIRoleDisplayName</key>
					<string>Videos</string>
				</dict>
			</array>
		</dict>
	</array>
</dict>
</plist>
 

Comments

  (2)  RSS
jonesy44
Comments: 1,952
 
iPhone Snippet:  iPoT: Combine Music&Videos like iPhones
Posted Mar 16, 2009
Aimed at Hawkee& mountaindew really. Appreciate any comments :D
jonesy44
Comments: 1,952
 
iPhone Snippet:  iPoT: Combine Music&Videos like iPhones
Posted Aug 03, 2009
note: this method is far outdated. For jailbroken iphones/ipods you can find "MusicPlayerFlip" from the default repositories in Cydia/Icy.

Also. Erica Utils are now updated.. cmd is "plutil -xml *.plist"

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  

Bottom