foo_playlist_attributes, Assign relevant attributes to a playlist |
![]() ![]() |
foo_playlist_attributes, Assign relevant attributes to a playlist |
Oct 11 2009, 19:00
Post
#76
|
|
|
Group: Members Posts: 30 Joined: 19-September 09 Member No.: 73311 |
I thought it could be considered related since this component is dealing with playlists.
I'll try to clarify. In the media library, pressing enter key or double clicking (could be dependent on setting in preferences) will send the selected files or songs if you wish, to the currently active playlist. Pressing shift + enter will add the selection to the currently active playlist. What I'm looking for is an option to have the above operations be applied to a predefined playlist. |
|
|
|
Oct 11 2009, 19:30
Post
#77
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
What I'm looking for is an option to have the above operations be applied to a predefined playlist. I assume with "media library" you mean the album list media library viewer (there are other media library viewers, too, which may operate differently). To get what you want, it has to be implemented by the album list. It can't be done by my component, because it has no idea what the user is currently doing with the album list. This what I meant, when I mentioned, that there is no relation to my component.
|
|
|
|
Oct 12 2009, 07:45
Post
#78
|
|
|
Group: Validating Posts: 2424 Joined: 21-May 08 Member No.: 53675 |
Because during playing the current track, you start another track. Skip doesn't necessary mean skip to the next or the previous track. hm, when I press skip (and I mean "next track"), I want to skip that track, but when I double click some other track (usually different album/artist/playlist) I didn't meant to intentionality "skip" that track. Now I would have to press stop and than double-click so that the track isn't counted as skipped - it just doesn't seems right to me The reason I'm using "send skipped tracks to playlist" is that they'll get something like skip_count (manually unfortunately) so when it accumulates enough they'll get low rating and be automatically skipped in the future. Personally, I don't like the way, how play count is handled by the official playback statistics component. So I never intended to be consistent to it. It's rather consistent to the behaviour of the "Remove played tracks" option, which was earlier implemented. Well OK, I guess that just another user preference |
|
|
|
Oct 12 2009, 12:10
Post
#79
|
|
![]() Group: Members Posts: 266 Joined: 21-August 04 Member No.: 16417 |
Would it be possible to assing option "Reset >stop affter current<" on per playlist basis?
-------------------- http://foobar2000.pl/ :: unofficial polish forum
|
|
|
|
Oct 12 2009, 19:08
Post
#80
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Because during playing the current track, you start another track. Skip doesn't necessary mean skip to the next or the previous track. hm, when I press skip (and I mean "next track"), I want to skip that track, but when I double click some other track (usually different album/artist/playlist) I didn't meant to intentionality "skip" that track. Now I would have to press stop and than double-click so that the track isn't counted as skipped - it just doesn't seems right to me Would it be possible to assing option "Reset >stop affter current<" on per playlist basis? I have no access to this setting with the SDK, so it is not possible.
|
|
|
|
Oct 13 2009, 06:17
Post
#81
|
|
|
Group: Validating Posts: 2424 Joined: 21-May 08 Member No.: 53675 |
I think you have a different understanding of skip than me. But there is no need to discuss it here, because I get no information from the SDK, when the user press "next track". I get only the information, when a track was stopped, because another track is started. Do you think it's good idea (or possible) to introduce some kind of timing setting (like we discussed about custom_db i.e. If we set the timing to 1min, than the track will be sent to played tracks playlist when this timing is reach, or sent to skipped playlist if we skipped the track before this timing limit (so if I "skip" the track after 1min period it won't be sent to skipped playlist, and it will be already in played tracks playlist of course)? |
|
|
|
Oct 13 2009, 17:37
Post
#82
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Basically, this is possible, as the SDK offers the possibility to get informed, when a track is considered as played consistent to the playback statistic component. Of course, it would be possible, too, it there were no such information. But I don't see any real use for it. Could you explain it more detailed, what you want to achieve with this behaviour?
|
|
|
|
Oct 14 2009, 10:35
Post
#83
|
|
|
Group: Validating Posts: 2424 Joined: 21-May 08 Member No.: 53675 |
If set to 1 min - played tracks will correspond to with play_count (like %last_played% playlist) and for skipped tracks, skip_count will be usable for me - my main point, as I said before how I meant to use it.
If set to 100% the behavior will be like it is now. There will be other usage possibilities open |
|
|
|
Oct 20 2009, 07:54
Post
#84
|
|
|
Group: Members Posts: 31 Joined: 9-May 07 Member No.: 43341 |
I'm using the latest version and I have an odd issue when setting to "Repeat Track" or "Repeat Playlist", the playback gets stuck in the last two seconds. Removing the component fixes the issue.
|
|
|
|
Oct 20 2009, 17:59
Post
#85
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
I can confirm this behaviour, when using a "Repeat track" together with "Bookmark last playback position". I will look into it. In the meantime don't use this options together.
|
|
|
|
Oct 20 2009, 18:47
Post
#86
|
|
![]() Group: Members Posts: 1686 Joined: 28-May 06 From: Düsseldorf Member No.: 31251 |
For me enabling the global option "Playback on active playlist" (under playback menu) has no effect - the correspondending opton under edit menu works fine.
-------------------- german support forum: www.foobar-users.de / user: qwert73
|
|
|
|
Oct 20 2009, 19:48
Post
#87
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Strange, even after a short glance on the source code it should work, and of course it worked, but now it doesn't. Anyway, I will fix it with the next release.
|
|
|
|
Oct 20 2009, 22:12
Post
#88
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Both issues should be fixed now. See the first post for the new version.
|
|
|
|
Nov 16 2009, 20:51
Post
#89
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
New version. See first post for download and details.
|
|
|
|
Nov 26 2009, 15:42
Post
#90
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
Request to add DSP preset to playlist attributes
-------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Nov 26 2009, 20:34
Post
#91
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Do you mean different saved presets for the presets choice on per playlist base? This is not possible and I don't think that it is useful enough to implement it.
|
|
|
|
Nov 27 2009, 09:17
Post
#92
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
Yes! It's possible with 1.0! And it's indeed useful (at least more than several other features you've implemented imho!)
Edit: It's possible to assign a keyboard shortcut to the presets, however, I couldn't see the presets when I tried to assign them to CUI buttons. This post has been edited by odyssey: Nov 27 2009, 09:20 -------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Nov 27 2009, 21:08
Post
#93
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
Yes! It's possible with 1.0! That doesn't necessary mean, that it implementable by a 3rd party component. With the current SDK it is not possible. If it will be possible with the next SDK, I don't know.And it's indeed useful (at least more than several other features you've implemented imho!) We were obviously talking about two different things, because I didn't know that it is possible to address one preset directly with fb2k 1.0. Actually, in this way it is useful (also for me, and that is a must to implement a functionality).
|
|
|
|
Dec 10 2009, 09:36
Post
#94
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
I just downloaded (upgraded to) the latest version. Seems that you've already implemented the ability to choose different DSP settings. However, I can't make it work (but then again, I didn't think it was possible due to SDK anyway).
-------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Dec 10 2009, 20:21
Post
#95
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
I just downloaded (upgraded to) the latest version. Seems that you've already implemented the ability to choose different DSP settings. However, I can't make it work (but then again, I didn't think it was possible due to SDK anyway). Can you describe it in a more detailed way, what excatly doesn't work for you?
This post has been edited by fbuser: Dec 10 2009, 20:21 |
|
|
|
Dec 10 2009, 21:46
Post
#96
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
Well, when I change DSP settings (e.g. remove Continuator DSP for certain playlists), it's not effective at all.
-------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Dec 10 2009, 22:31
Post
#97
|
|
|
Group: Developer Posts: 650 Joined: 26-September 07 Member No.: 47369 |
I can't confirm this. For me removing Continuator DSP works as desired here.
|
|
|
|
Dec 11 2009, 15:31
Post
#98
|
|
![]() Group: Members Posts: 2296 Joined: 18-May 03 From: Denmark Member No.: 6695 |
You are right, it works fine - I must have overlooked something when I tried it
-------------------- Can't wait for a HD-AAC encoder :P
|
|
|
|
Jan 11 2010, 09:54
Post
#99
|
|
|
Group: Members Posts: 1051 Joined: 4-January 09 Member No.: 65169 |
At the moment I am using foo_playlist_attributes 0.2.2 [Nov 16 2009 - 20:33:31] with fb2k 0.9.6.9 on Windows XP Professional. Might I ask two questions:
1. Are all plugin settings saved entirely in foobar's config file so that for example all playlist restrictions set by foo_playlist_attributes are removed from them when I delete the plugin and I tell foobar when it runs next time that the settings shall not be kept? 2. Is it an intended behaviour that foo_playlist_attributes bookmarks even files which have been played completely? Steps to reproduce what I am meaning:
This post has been edited by Robertina: Jan 11 2010, 09:57 |
|
|
|
Jan 11 2010, 12:05
Post
#100
|
|
![]() Group: FB2K Moderator Posts: 2359 Joined: 30-November 07 Member No.: 49158 |
Are all plugin settings saved entirely in foobar's config file so that for example all playlist restrictions set by foo_playlist_attributes are removed from them when I delete the plugin and I tell foobar when it runs next time that the settings shall not be kept? I would think this component rather uses the "playlist properties" API, because it's very handy to store per-playlist settings. Then the attributes would be stored in the individual playlist files, but I might be wrong here.
-------------------- Full-quoting makes you scroll past the same junk over and over.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 03:47 |