Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nilrog

Pages: [1] 2 3 ... 28
1
Software / Re: Song Base - FAT space
« on: 26.06.2008 at 23:16:17 »
I don't remember exactly how this is defined and I don't have the code at hand atm. But yes, you need to modify yadl.h and then you need to recompile BOTH the firmware and ylink against the modified header file. Otherwise they will not understand each other.

2
Software / Re: Song Base - FAT space
« on: 25.06.2008 at 07:47:31 »
Yes, that's true. The YADL filesystem used on the Y7 uses 256KB sectors which means that a song will occupy at least 256KB on disk. The songbase value is used to determine how many songs that will fit in the "FAT" of the card so changing this to something higher than cardsize/256KB makes no sense. The reason for beeing able to change the songbase value was that by default this value was calculated based on average size of mp3's (~3MB/song) which meant that small cards got a very small "FAT" which limited the number of songs they could transfer.

3
YamppLink / Re: E-ylink
« on: 16.02.2008 at 15:40:12 »
I'm here too, but I don't use it either. I have only done ylink and not the E-Ylink GUI which is where I think you are seeing the problem. If you can show that the problem lies in ylink then I will try to fix it

4
General Discussion / Re: Whats going on?
« on: 21.11.2007 at 15:49:31 »
Yes, it seems like it has gone stale unfortunately. Hopefully not for good as the yPod is a great platform to build on as we have a huge codespace compared to the older players. I have unfortunately too little sparetime to be active in any development but I hope you guys can continue to bring cool stuff along which is why i'm still hanging around.

5
News and Release info / Re: Mictronics firmware release 0.10a
« on: 29.08.2007 at 08:10:37 »
I have loaded the firmware now but i'm having a hard time using it so I haven't had the possibility to test much. But here are my comments (some already noticed by others):

Pros:
  • Mass storage worked immediately :) Flashed firmware and uploaded the bundled graphics through the player.

Cons:
  • The backlight only works during power-on. It doesn't matter how many times I let the player shutdown and restart.
  • The menu navigation is "hard" since you have to constantly push the button to navigate (holding down the button does nothing).
  • The sound was "mono" until I changed the volume.

Keep up your good work Mic. When the next update is out i'll try to play a bit more with it but for now there is no point since I can't see :P

6
News and Release info / Re: Mictronics firmware release 0.10a
« on: 27.08.2007 at 19:39:43 »
Aha, some new firmware :) I'm going to download this later and give it a quick spin Mic.

7
General Discussion / Re: Whats going on?
« on: 15.07.2007 at 20:23:50 »
I wouldn't say that it's "dead", but yes it's kind of slow at the moment. But we are also in the middle of summer when there are lots of other things wanting our attention :) I've been too busy at work during spring to be able to keep up with whats been done on the firmware front but I hope to be back when we are coming closer to the "dark times" again :P ;) The yamppod is too cool to leave alone...

8
General Discussion / Re: Site problem?
« on: 26.04.2007 at 20:32:59 »
How do i reach the yamppod site for dowloading firmware and so on? and when is the 0.36 firmware available?
Substitute http://www.yampp.com/ in th url for that page with http://server1.jelu.se/~admin4/

9
Software / Re: SVN sources compilation error
« on: 10.03.2007 at 09:00:05 »
Can you post a kind of tutorial like the one MIC posted for the Dev tool install and config (YAGARTO, TURTOISE, ECLIPSE, etc...)?

please.  ::)

I know it takes time but it may help lot of people like me.
thank for your precious time.
Not until next week because I have no Eclipse at home right now :( But if you right click on your ypod project (or any file(s)) you will get a menu and there you should have "Team"->"Update". That will update your current selection in Eclipse. Like Jesper wrote, this will not overwrite your changes. If there are no conflicts you will get your code and svn merged automatically. Otherwise it will tell you that there are conflicts that you need to solve manually.

You should also find "Compare" so you can compare your file against svn, "Replace" so you can overwrite your file with a svn version etc.

10
Software / Re: SVN sources compilation error
« on: 09.03.2007 at 22:21:11 »
Once you have imported the sources into Eclipse you do not need to do that again. Instead you should use the "Team" menu. "Team update" == Pull updates from svn into your project.

11
Software / Re: strange ID3V2 tags
« on: 02.03.2007 at 13:33:36 »
Once upon a time...I used MP3 Book Helper to edit and manipulated my tags. But that was before I saw the light :) and moved away from Windows :D

12
Software / Re: strange ID3V2 tags
« on: 02.03.2007 at 07:36:13 »
The ypod currently only supports ID3v2.3 and higher. I guess your tags are ID3v2.2 or lower.

13
Developers Corner / Re: Who is working on what?
« on: 01.03.2007 at 14:08:51 »
Oh, no need for oldschool mail lists when we have SVN, lets try to stick to the forum as the way to communicate...

Who said anything about communicating through email???

In explorer, select the folder level in your local copy of the repository where you want to view changes...
TurtoiseSVN->Check for modifications, now click the button check repository, and hey. better than any email, you can see wich files you have updated local, what files that are updated in the repository... And now.. Select a file that has changed with right click, select compare with working copy... And now you really see what has changed...

I know how to do *that*, it's not the *first* time i'm involved in distributed development! All open-source projects I have been involved in which has a common repository offers the possibility to be automatically notified whenever there is a change.

What you suggest requires that you to have the possibility to regularly access the svn to update your local copy just to see if someone has made any changes.

14
Developers Corner / Re: Who is working on what?
« on: 01.03.2007 at 10:08:32 »
Jesper, could you set up a mailinglist that we could subscribe to for commits to the repository so it is easy to keep up with changes? Just a simple hook in svn that sends the commit log message and a list of files that was touched in the commit. I'm interrested in what is currently going on but I haven't got all the time needed right now to check the repository commit log to see what happens.

15
Software / Re: Display time and VBR MP3 file
« on: 28.02.2007 at 20:37:23 »
This is a known "problem" with VBR files. And in the ypod it is currently only reading the info from the MP3 decoder. You have a few possible ways to fix it. All methods rely on that you have to read parts or the whole file to know the "truth".

  • Rely on that there is tag in the ID3v2 tag where a median bitrate value is stored.
  • Read a few MP3 frames and calculate the median bitrate value and you will get a "good enough" value most of the time.
  • Read all MP3 frames and calculate the median bitrate value. This is the only way to get a correct value.

In the yampp-player this was not a problem because you had an external app that transfered the files and then this information was parsed by the external computer. With the ypod you can use a normal FAT32 filesystem and either just copy the files or transfer the files through USB. That leaves the ypod responsible for all parsing.

When I have time I was thinking about looking into this area because I worked on this in ylink. But i'm waiting for the development strategy first :)

Pages: [1] 2 3 ... 28