Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-2131

MPEI Maker doesn't accept current directory on create

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.2
    • 1.2.1
    • MPEM
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      In the mpei maker, you cannot enter the current directory as a location for the resulting mpei file. When you try a filename like "filename.mpei" or ".\filenmae.mpei" you will get an exception.

      h4. Additional Information
      At "Generate update xml" the syntax ".\update.xml" does work though. The reason is that the following code isn't called in the first situation:

      Code:

        if (!Path.IsPathRooted(fileName))
                fileName = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Package.ProjectSettings.ProjectFilename), fileName));

      Attachments

        Activity

          People

            jameson_uk jameson_uk (Inactive)
            DieBagger DieBagger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: