faq
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
faq [2010/02/02 12:37] – created glaubitz | faq [2010/12/05 22:43] (current) – spell fixes and updates glaubitz | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== FAQ ====== | ====== FAQ ====== | ||
- | How can I contribute | + | //I didn't had any time yet to answer all the questions yet, I'm just very busy recently, sorry. Please check back later.// |
- | What type of MiniDisc devices are compatible with this software? | + | **How can I contribute to this project?** |
- | Why does development of the software take place at such a slow pace? | + | You can either contribute code (please look at the [[Tasks]], there is alot to do), translations or artwork. We really appreciate **any** input. And be it suggestions, |
- | I tried formatting a HiMD in // | + | **What type of MiniDisc devices are compatible with this software?** |
- | I tried renaming | + | Generally, all MiniDisc devices with a USB connector (either |
- | I tried transfering a track to my HiMD walkman in // | ||
- | Why can I transfer some tracks from my HiMD and some not? | + | **When |
+ | into SonicStage, the track cannot be converted to wav or transferred?** | ||
- | What is the difference between MP3 and LPCM/ATRAC3/3+ tracks? | + | A track cannot be converted or transferred using SonicStage unless |
+ | also imported directly from a MD/HiMD device using SonicStage. SonicStage uses DRM | ||
+ | on all atrac files and stores the DRM information (such as playback or transfer | ||
+ | restrictions) in a procfile. Each track has a unique content ID that is used to | ||
+ | identify the track. Prior to conversion/transfer, SonicStage checks the procfile for | ||
+ | any usage restrictions. Also, if SonicStage cannot find the procfile, | ||
+ | conversion/transfer is denied. SonicStage only makes an entry in a procfile when a | ||
+ | track is imported directly from a MD/HiMD device using SonicStage. No entry is made | ||
+ | when a track is imported from your hard drive, e.g. a track that was first uploaded | ||
+ | from the minidisc using QHiMDTransfer, | ||
+ | transfer a track that has been uploaded using QHiMDTransfer. However, you will still | ||
+ | be able to play such tracks | ||
+ | procfile is preserved even if the track is deleted from the music library in | ||
+ | SonicStage. A previously imported track may therefore be imported again (e.g. a | ||
+ | backup stored on your hard drive) without restrictions. Example: Import a track you | ||
+ | have made from a MD/HiMD device using SonicStage. Delete the track from the music | ||
+ | library in SonicStage. Upload the same track from the MD/HiMD device using | ||
+ | QHiMDTransfer. Import the track uploaded with QHiMDTransfer into SonicStage. You | ||
+ | will now be able to transfer/ | ||
+ | QHiMDTransfer because the track had already been imported from the MD/HiMD device by | ||
+ | SonicStage in the past. | ||
- | Why are some of the pages in the wiki non-public? I thought all this stuff is free software. | + | Fortunately, |
+ | To convert .oma files to wav you can use MarCNet´s HiMD Renderer. | ||
- | Why is it so difficult to write a free transfer software for MiniDisc as a replacement | + | At the moment a functional and open atrac3+ decoder |
+ | decoder has been initiated by the ffmpeg project. There are ffmpeg decoders | ||
+ | atrac1 and atrac3. | ||
- | What is essentially | + | It is a good idea to back up the folder (C:\Program Files\Common Files\Sony |
+ | Shared\OpenMG, assuming C: is your system drive) with DRM information (where the | ||
+ | proc files are stored). The folder also contains the keys required to decrypt any | ||
+ | encrypted tracks within SonicStage. From a post regarding proc files on the mailing | ||
+ | list by Thomas Arp: | ||
- | Will it ever be possible to transfer tracks off NetMD device | + | The exact place is: C:\Program Files\Common Files\Sony |
+ | Shared\OpenMG\procfile\xx (when C: is your system drive) | ||
+ | There are a couple of subdirectories named by the last 2 digits of the | ||
+ | contentID (xx in the path above). | ||
+ | The name of the procfile is the contentID | ||
+ | If Sonicstage cannot find the file when importing atrac files an error | ||
+ | message wil be stored in | ||
+ | C:\Program Files\Common Files\Sony Shared\OpenMG\omglog.txt. | ||
+ | It will look like this (my system drive is F:): | ||
+ | 2010/03/16 23:07:09 [F: | ||
+ | 00001608: | ||
+ | Dateien\Sony | ||
+ | Shared\OpenMG/ | ||
- | Does this software also support NetMD devices? My NetMD is not recognized by // | ||
- | I downloaded and installed both versions | + | **Is there an ATRAC3plus decoder available |
- | Does this software also work on other operating systems other than Linux, Windows | + | No, but work on a decoder has been initiated by the ffmpeg project. This decoder is |
+ | expected to be released in //mid of 2011// | ||
+ | There are already ffmpeg decoders for ATRAC1 (ATRAC-SP) and ATRAC3. Both types | ||
+ | can also be played back in VideoLAN' | ||
- | What is the [[NetMDPython]] stuff for and what is Python at all? | + | **Why can't ffmpeg identify |
+ | with the netmd python script?** | ||
- | I have loads of old standard MDs with recordings I want transfer to my PC, what's the best way to do that? | + | $ ffmpeg -i 01.aea |
+ | FFmpeg version SVN-r22323, Copyright (c) 2000-2010 the FFmpeg developers | ||
+ | built on Mar 8 2010 11:34:33 with gcc 4.4.1 [gcc-4_4-branch revision 150839] | ||
+ | configuration: | ||
+ | libavutil | ||
+ | libavcodec | ||
+ | libavformat | ||
+ | libavdevice | ||
+ | libswscale | ||
+ | [NULL @ 0x117d3c0]Format detected only with low score of 24, misdetection possible! | ||
+ | [mp3 @ 0x1186700]Header missing | ||
+ | Last message repeated 1707 times | ||
+ | [mp3 @ 0x117d3c0]MAX_READ_SIZE: | ||
+ | [mp3 @ 0x117d3c0]Estimating duration from bitrate, this may be inaccurate | ||
+ | Input #0, mp3, from '02 - IR 2.aea': | ||
+ | | ||
+ | Stream #0.0: Audio: mp3, 0 channels, s16 | ||
+ | At least one output file must be specified | ||
+ | |||
+ | The ffmpeg developer is working on this problem - hopefully it will soon be fixed. | ||
+ | |||
+ | **Why does development of the software take place at such a slow pace?** | ||
+ | |||
+ | Since Sony won't give us any specifications how the USB protocol and encryption of the tracks on MiniDisc works, we have to find ourselves by means of reverse engineering. This is a very tedious job, especially since Sony has developed a highly sophisticated software for digital right management (DRM) called //OpenMG//. It's the heart of all Windows software that allows to communicate with your MiniDisc over USB and just everything going from and to the MiniDisc has to go through the //OpenMG// software layer. There are a very few parts like MP3 supportt which does not really need //OpenMG// and that's why we supported that first in our software. But anything beyond MP3 requires a complete understanding of the inner workings of // | ||
+ | |||
+ | **I tried formatting a HiMD in // | ||
+ | |||
+ | This feature has not been implemented yet in // | ||
+ | |||
+ | **I tried renaming a track in // | ||
+ | |||
+ | Renaming tracks is a feature which has not been implemented yet, but we have it on the [[Tasks]] list. | ||
+ | |||
+ | **I tried transfering a track to my HiMD walkman in // | ||
+ | |||
+ | This is still in development, | ||
+ | |||
+ | **Why can I transfer some tracks from my HiMD and some not?** | ||
+ | |||
+ | Every track on a HiMD is encrypted. While MP3 tracks use a rather simple and obscure encryption (XORing the data with a constant key) which we have fully reverse-engineered, | ||
+ | |||
+ | **What is the difference between MP3 and LPCM/ | ||
+ | |||
+ | **Why are some of the pages in the wiki non-public? I thought all this stuff is free software.** | ||
+ | |||
+ | **Why is it so difficult to write a free transfer software for MiniDisc as a replacement for SonicStage? | ||
+ | |||
+ | **What is essentially the difference between NetMD and HiMD devices, especially from the way my computer treats them?** | ||
+ | |||
+ | **Will it ever be possible to transfer tracks off NetMD device with this software? | ||
+ | |||
+ | To the current knowledge it is **NOT** possible to upload tracks from pure NetMD devices since the hardware simply does not have the capabilities. You can buy and use a Sony MZ-RH1 or MZ-M200 Walkman to upload tracks. However, tracks transfered with // | ||
+ | |||
+ | **Does this software also support NetMD devices? My NetMD is not recognized by // | ||
+ | |||
+ | NetMD devices are supported by the Python scripts so far only. Please check this [[netmdpython|section]] for more. | ||
+ | |||
+ | **I downloaded and installed both versions for MacOS but neither of them work for me, why?** | ||
+ | |||
+ | Your version of MacOS is obviously older than the one we used to build // | ||
+ | |||
+ | **Does this software also work on other operating systems other than Linux, Windows and MacOS?** | ||
+ | |||
+ | Yes, the software generally works on all operating systems which provide the necessary libraries. *BSD and Haiku should work as well OS/2 (eComStation). We haven' | ||
+ | |||
+ | **What is the [[NetMDPython]] stuff for and what is Python at all?** | ||
+ | |||
+ | **I have loads of old standard MDs with recordings I want transfer to my PC, what's the best way to do that?** | ||
+ | |||
+ | The most convenient method is to use Sony's MZ-RH1 or MZ-M200 Walkman. These devices allow direct upload over USB to your computer. Depending on your operating system/ | ||
+ | |||
+ | * if you have Windows, please install and use // | ||
+ | * if you have MacOS or Linux, please see this [[netmdpython# | ||
+ |
faq.1265114231.txt.gz · Last modified: 2010/02/02 12:37 by glaubitz