NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 13 14 15 16 17 … 56 Next »
Music Plugin Beta

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Music Plugin Beta
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#81
2008-10-23, 02:46 AM
No nothing new. I am tracking down a bug in the edit tag popup, when you select left or right to switch genres. It doesn't exist with blue so it is something I did.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
BekKen
Offline

Junior Member

Posts: 33
Threads: 1
Joined: Feb 2007
#82
2008-10-23, 07:42 AM
mvallevand Wrote:Hi MixMan, that fixed some of the holes but I still see empty directories in folder view which I can really explain, here is an example

Code:
2008-10-22 17:46:35.569    VERBOSE    [6]    Folder change to C:\mp3\A1\smoke
2008-10-22 17:46:35.570    VERBOSE    [6]    ::MUSIC.DLL - Check if any files in folder C:\mp3\A1\smoke
2008-10-22 17:46:35.571    VERBOSE    [6]    ::MUSIC.DLL - Folder C:\mp3\A1\smoke contains 0 files!

Martin

Finally I understood what you where trying to say Martin. Fantastic that I didn't see the bug myself (had no folders with only one file in). Had some problems with length properties (0 or 1) in the getFolderAndFiles method :o

Now it's sorted out and I mailed it to MixMan so he can publish it.
[SIZE="1"]PC: WinXP, AMD X2 4200+, 2 GB RAM, X800XT, Twinhan DVB-T+floppyDTV-T, Zalman Water Cooling, Thermaltake fanless PSU = noice-less from 1/2 meter!
Codecs: CyberLink MPEG2/H.264 + CCCP + OggVorbis + AC3 Filter
Storage: 1 TB OS/Data
Video: Samsung 42'' PDP
Audio: Pioneer VSX709, 5.1 analog input[/SIZE]
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#83
2008-10-23, 08:18 AM
MixMan Wrote:I downloaded MusicIP. But it hanged when it was trying to index my 28000 music files. So I never got it working.
As I understand it generates playlists M3U files from you mood?
So the function you would like see is import of playlists?

yes, exactly.

I have 20000 tracks and it does takes a while to analyse them the first time.

Once this has been done, it can create an m3u playlist of tracks that sound similar in style to the seed track that you select. So as I understand it, you pass a track name to the web service (that runs on your pc) and it will pass back an m3u list.

http://musicip.com/mixer/httpprotocol.jsp
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
BekKen
Offline

Junior Member

Posts: 33
Threads: 1
Joined: Feb 2007
#84
2008-10-23, 08:55 AM (This post was last modified: 2008-10-23, 09:40 AM by BekKen.)
MusicDLL 0.0.0.55

This is a updated Music.dll, pleasee first download and install the 0.53 from the wiki page. Then download and replace the Music.dll with this one. (MixMan had already uploaded to Wiki and had to go now so he asked me to put just the dll here)

0.0.0.55
--------
- Fix so Artist/Album and Genre view sorts the songs after Artist, Album and Track number.
- Fix for folders with only one file/song showing 0 files. This in Folder View.
[SIZE="1"]PC: WinXP, AMD X2 4200+, 2 GB RAM, X800XT, Twinhan DVB-T+floppyDTV-T, Zalman Water Cooling, Thermaltake fanless PSU = noice-less from 1/2 meter!
Codecs: CyberLink MPEG2/H.264 + CCCP + OggVorbis + AC3 Filter
Storage: 1 TB OS/Data
Video: Samsung 42'' PDP
Audio: Pioneer VSX709, 5.1 analog input[/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,157
Threads: 958
Joined: May 2006
#85
2008-10-23, 04:51 PM
Thanks that did it. I know some people create one big FLAC or mp3 file and use a cue file to play it so this may be of value for them.

Now there's just the keypad and alpha's and I can go away... happy.

Martin
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#86
2008-10-23, 11:29 PM (This post was last modified: 2008-10-23, 11:40 PM by Fatman_do.)
Fatman_do Wrote:No nothing new. I am tracking down a bug in the edit tag popup, when you select left or right to switch genres. It doesn't exist with blue so it is something I did.

MixMan, BekKen, I've tracked this down to a bug in the plugin. If you use images for the list items instead of "DrawRoundedRect" code, the plugin crashes when you try to edit genres.

This is the relevent part of the PopupEditTags.xml file.
Code:
        <!-- InputMenuButtons -->
        <CompositeImage name="EditTagsListNormal" size="70,5.0">
[COLOR="SeaGreen"]        <!--
            <DrawRoundedRect loc="2,2" size="100,80" fillColor="Black" borderColor="Black" radius="2" borderWidth="1"/>
         <DrawCommonImage name="ListViewNormalItemBackground"/> -->[/COLOR]
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="80,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="EditTagsListSelected" size="70,5.0">
[COLOR="SeaGreen"]        <DrawRoundedRect loc="3,2" size="90,80" fillColor="Green" borderColor="Green" radius="1" borderWidth="1"/>
        <!--      <DrawCommonImage name="ListViewSelectedItemBackground"/> -->[/COLOR]
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="80,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
            <DrawText text="@arrows" loc="4,0" size="85,100" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="EditTagsListSelectedInactive" size="70,5.0">
[COLOR="SeaGreen"]        <!--
        <DrawRoundedRect loc="2,2" size="100,80" fillColor="Black" borderColor="Black" radius="2" borderWidth="1"/>
            <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/> -->[/COLOR]
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="50,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
        </CompositeImage>

It doesn't matter which one of these I change to "DrawImage" or "DrawCommonImage", I get the same results. It looks like you may be aware of it since those methods are commented out.

This code will reproduce the crash.
Code:
        <!-- InputMenuButtons -->
        <CompositeImage name="EditTagsListNormal" size="70,5.0">
         <DrawCommonImage name="ListViewNormalItemBackground"/>
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="80,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
        </CompositeImage>
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Mattyb3806
Offline

Member

Posts: 62
Threads: 4
Joined: Jan 2008
#87
2008-10-24, 10:52 AM
Is there anyway of getting .m4a files to show up in the plug in? I would hate to have convert 5000+ music files to .mp3 :eek:

Thanks,
Matt
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#88
2008-10-24, 03:39 PM
Right you are. I doesn't work to have a bitmap on Genre select, the popup will crash then. We'll have a look at this.

Fatman_do Wrote:MixMan, BekKen, I've tracked this down to a bug in the plugin. If you use images for the list items instead of "DrawRoundedRect" code, the plugin crashes when you try to edit genres.

This is the relevent part of the PopupEditTags.xml file.
Code:
        <!-- InputMenuButtons -->
        <CompositeImage name="EditTagsListNormal" size="70,5.0">
[COLOR="SeaGreen"]        <!--
            <DrawRoundedRect loc="2,2" size="100,80" fillColor="Black" borderColor="Black" radius="2" borderWidth="1"/>
         <DrawCommonImage name="ListViewNormalItemBackground"/> -->[/COLOR]
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="80,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="EditTagsListSelected" size="70,5.0">
[COLOR="SeaGreen"]        <DrawRoundedRect loc="3,2" size="90,80" fillColor="Green" borderColor="Green" radius="1" borderWidth="1"/>
        <!--      <DrawCommonImage name="ListViewSelectedItemBackground"/> -->[/COLOR]
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="80,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
            <DrawText text="@arrows" loc="4,0" size="85,100" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
        </CompositeImage>

        <CompositeImage name="EditTagsListSelectedInactive" size="70,5.0">
[COLOR="SeaGreen"]        <!--
        <DrawRoundedRect loc="2,2" size="100,80" fillColor="Black" borderColor="Black" radius="2" borderWidth="1"/>
            <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/> -->[/COLOR]
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="50,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
        </CompositeImage>

It doesn't matter which one of these I change to "DrawImage" or "DrawCommonImage", I get the same results. It looks like you may be aware of it since those methods are commented out.

This code will reproduce the crash.
Code:
        <!-- InputMenuButtons -->
        <CompositeImage name="EditTagsListNormal" size="70,5.0">
         <DrawCommonImage name="ListViewNormalItemBackground"/>
            <DrawText text="@name" loc="4,0" size="100,100" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
            <DrawText text="@item" loc="20,0" size="80,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
        </CompositeImage>
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#89
2008-10-24, 03:42 PM
Seems not to be a very popular format. Only 12 pages at TPB for m4a.
Anyway implementation is in the todo list.

Mattyb3806 Wrote:Is there anyway of getting .m4a files to show up in the plug in? I would hate to have convert 5000+ music files to .mp3 :eek:

Thanks,
Matt
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#90
2008-10-24, 03:43 PM
Happy you shall be some day. Bekken said that he will give it a try.

mvallevand Wrote:Thanks that did it. I know some people create one big FLAC or mp3 file and use a cue file to play it so this may be of value for them.

Now there's just the keypad and alpha's and I can go away... happy.

Martin
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (16): « Previous 1 … 7 8 9 10 11 … 16 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Any interest in a Spotify Plugin for NextPVR? McBainUK 39 14,608 2025-07-09, 08:08 AM
Last Post: Sandybrewer
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 142,327 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,303 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 31,169 2015-03-31, 03:13 AM
Last Post: Lao Pan
  New plugin - MovieTrailers imilne 11 6,340 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,446 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,548 2014-01-09, 11:16 PM
Last Post: mvallevand
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 27,973 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 62,255 2013-10-04, 06:40 PM
Last Post: mvallevand
  Plex Plugin - first release psycik 141 59,947 2013-06-16, 08:59 PM
Last Post: JonnyCam

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode