Go Back   Zune Boards > Zune Discussions > Zune Games > Game Requests

Game Requests Have an awesome idea for a game? Feel free to share!

Closed Thread
 
LinkBack Thread Tools
Old 05-17-2008, 01:25 PM   #1 (permalink)
Banned
Jr. Zuner
 
Join Date: Feb 2008
Posts: 37
wonkoswain is on a distinguished road
Default Application request. Playlist editor

Playlist Editor.
Create, edit, and delete playlists from an application on the zune.

I know reading from the hard drive is possible, but what about writing? that would be essential for this program.

Basic keys, (how i think it should be mapped.)

To move song up and down in the playlist:
middle click on the song, up and down to move.
Left and right, change play list,
Play/pause play/pause the song.
pressing back, main app menu
holding back for 3 seconds, exit application.

Where this idea came from:
I keep ALL my music on my zune, and not on my PC. (hard drive space shortage) which makes it impossible to create new play lists.
with this program, you could make play lists on the go, making it a must have application.

Last edited by wonkoswain; 05-17-2008 at 01:35 PM.



wonkoswain is offline  

Advertisement [Remove Advertisement]
Old 05-17-2008, 01:30 PM   #2 (permalink)
Experienced Zuner
 
Khao's Avatar
 
Join Date: May 2008
Location: Qu�bec, Canada!
Posts: 104
Khao is on a distinguished road
Default

This is, as far as I know, impossible to do.
Yes you can write to the HD, but in a special folder restricting games from accessing the content of the zune and you can only *read* data from existing playlists on the zune.
__________________
Download my pong game for the zune! Version 1.1

My website is down! Temporary download link : http://files.filefront.com/Pong+11zi.../fileinfo.html

Feel free to contact me to get my msn/gtalk address if you develop games, I love to help and I know a lot about programming!




Khao is offline  
Old 05-17-2008, 01:34 PM   #3 (permalink)
zB Deal Finder
Support Team
zB Writer
Ultimate Zuner
 
runtohell121's Avatar
 
Join Date: Jan 2008
Location: a small town in california....
Posts: 6,602
runtohell121 has much to be proud ofruntohell121 has much to be proud ofruntohell121 has much to be proud ofruntohell121 has much to be proud ofruntohell121 has much to be proud ofruntohell121 has much to be proud ofruntohell121 has much to be proud of
Send a message via AIM to runtohell121
Default

lol and its gonna be hard to edit things also
__________________
1.Window > Linux > Mac
2. Sony Ericsson > Nokia > Samsung
3.
4. don't forget to rep me




runtohell121 is offline  
Old 05-17-2008, 01:39 PM   #4 (permalink)
Banned
Jr. Zuner
 
Join Date: Feb 2008
Posts: 37
wonkoswain is on a distinguished road
Default

Quote:
Originally Posted by Khao View Post
This is, as far as I know, impossible to do.
Yes you can write to the HD, but in a special folder restricting games from accessing the content of the zune and you can only *read* data from existing playlists on the zune.

thats what i was afraid of.



wonkoswain is offline  
Old 05-17-2008, 08:36 PM   #5 (permalink)
Jr. Zuner
 
keodakilla's Avatar
 
Join Date: Jan 2008
Location: Puyallup, WA
Posts: 42
keodakilla is on a distinguished road
Send a message via AIM to keodakilla
Default

just use quick list
__________________






keodakilla is offline  
Old 05-17-2008, 08:43 PM   #6 (permalink)
Support Team
Expert Zuner
 
Soccerfreak24's Avatar
 
Join Date: Nov 2007
Posts: 3,029
Soccerfreak24 is just really niceSoccerfreak24 is just really niceSoccerfreak24 is just really nice
Default

Yeah, if there was a way to write back to the zune firmware, people would already be exploiting it.
__________________





Soccerfreak24 is offline  
Old 05-17-2008, 08:48 PM   #7 (permalink)
Custom User Titles!
Support Team
Moderator
Jr. Member
 
Bman22's Avatar
 
Join Date: Oct 2007
Location: Albuquerque, NM
Posts: 328
Bman22 is on a distinguished road
Send a message via Yahoo to Bman22
Default

well you wouldn't technically be writing to the firmware. Playlists are in no way part of the firmware, but khao is right. Games are limited to their own folders. You might be able to save a playlists in there that another game could use, but that is it.
__________________

thanks to stkr for the sig







Bman22 is offline  
Old 05-17-2008, 08:49 PM   #8 (permalink)
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
Default

Actually, i was looking at some of the code we can use right now, and there might be a way, I found a way to rename playlists. Ill look into this




LedZepp is offline  
Old 05-17-2008, 09:30 PM   #9 (permalink)
Banned
Jr. Zuner
 
Join Date: Feb 2008
Posts: 37
wonkoswain is on a distinguished road
Default

Quote:
Originally Posted by soccerfreak24 View Post
Yeah, if there was a way to write back to the zune firmware, people would already be exploiting it.
i meant write back to the zune hard drive.

Quote:
Originally Posted by keodakilla View Post
just use quick list
quick list is crap. it really is. try making a 90 song playlist with quicklist.
one mistake. BOOM. you have to clear it and start all over.

Quote:
Originally Posted by LedZepp View Post
Actually, i was looking at some of the code we can use right now, and there might be a way, I found a way to rename playlists. Ill look into this
its a start. your my hero.



wonkoswain is offline  
Old 05-18-2008, 03:09 AM   #10 (permalink)
Jr. Member
 
SimReality's Avatar
 
Join Date: May 2008
Posts: 410
SimReality will become famous soon enough
Default

How are you able to rename playlists? Using this code I get an error (that I expected) that the Name property is read-only:

Playlist pl = new MediaLibrary().Playlists[0];
pl.Name = "Something else";

Though even if you renamed the object in your game, it still won't write that data back to the actual playlist on the hard drive so it doesn't matter. You cannot make a playlist editor using XNA GS 3.0. Maybe they'll add functionality later, but at this time it simply does not exist.



SimReality is offline  
Old 05-18-2008, 09:28 AM   #11 (permalink)
Custom User Titles!
Support Team
Moderator
Jr. Member
 
Bman22's Avatar
 
Join Date: Oct 2007
Location: Albuquerque, NM
Posts: 328
Bman22 is on a distinguished road
Send a message via Yahoo to Bman22
Default

Quote:
Originally Posted by wonkoswain View Post
i meant write back to the zune hard drive.
how would you know what he meant your not soccerfreak, and still, there is a way to write to the hard drive, just not outside of the specified folder for games. I still think it might be possible to make a game that allows you to creat playlists for other games.
__________________

thanks to stkr for the sig







Bman22 is offline  
Old 05-18-2008, 03:56 PM   #12 (permalink)
Banned
Jr. Zuner
 
Join Date: Feb 2008
Posts: 37
wonkoswain is on a distinguished road
Default

Quote:
Originally Posted by Bman22 View Post
how would you know what he meant your not soccerfreak, and still, there is a way to write to the hard drive, just not outside of the specified folder for games. I still think it might be possible to make a game that allows you to creat playlists for other games.
i thought he was replying to my original post, in which i said

Quote:
Originally Posted by wonkoswain View Post
I know reading from the hard drive is possible, but what about writing? that would be essential for this program.
i thought maybe he just read my post wrong.

back to what you said though.
would it be possible to create a playlist via a game, then move it from the game folder to the playlist folder by pc using the hdd hack?

Last edited by wonkoswain; 05-18-2008 at 03:57 PM. Reason: spelling error



wonkoswain is offline  
Closed Thread

Bookmarks

Thread Tools